This commit is contained in:
Bojan Serafimov
2022-05-24 14:14:29 -04:00
parent 3975417cae
commit b028f12b06

View File

@@ -97,7 +97,7 @@ impl<J: Job> Pool<J> where J::ErrorType: Debug {
loop {
if let Some(Deadline {job, ..}) = job_table.pop_due() {
job_table.set_status(&job, JobStatus::Running {
worker_name,
worker_name: worker_name.clone(),
started_at: Instant::now(),
});