Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix requeued jobs sometimes marking as failed in job status until res…
…tarted If we don't clear currentJob from checkForRequeuedJob, then in unregisterWorker we are marking the status as failed. The status would be fixed when we ended up starting the job, but if we were watching for the status it would briefly show the wrong status.
- Loading branch information