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. |
||
|---|---|---|
| .. | ||
| constants.go | ||
| helpers.go | ||
| http_metrics.go | ||
| job_metrics.go | ||
| middleware.go | ||
| status_metrics.go | ||