mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 14:10:37 +00:00
clipppy
This commit is contained in:
@@ -36,10 +36,14 @@ where
|
||||
J::ErrorType: Debug,
|
||||
{
|
||||
Ready {
|
||||
#[allow(dead_code)]
|
||||
scheduled_for: Instant,
|
||||
},
|
||||
Running {
|
||||
#[allow(dead_code)]
|
||||
worker_name: String,
|
||||
|
||||
#[allow(dead_code)]
|
||||
started_at: Instant,
|
||||
},
|
||||
Stuck(JobError<J>),
|
||||
|
||||
Reference in New Issue
Block a user