Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
worker/server: update metrics on requeue
When requeuing a job the next worker requesting the job would decrement pending counter, but the pending counter only ever got incremented once, when the job was first enqueued. Thus make sure to increment the pending counter when a job is requeued.
- Loading branch information