This commit is contained in:
Bojan Serafimov
2022-05-24 23:50:21 -04:00
parent 14b8dcab5b
commit 88154f9871

View File

@@ -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>),