Skip to content

Threshold for queued/retry items and bug fixes

Latest
Compare
Choose a tag to compare
@olivervbk olivervbk released this 01 Nov 19:31
· 3 commits to master since this release

FIX - check retry queue(scheduled) which was not checked before, when no worker is active
FIX - fix worker sorting when more than 9 workers are present (worker.1, worker.10, worker.2, ..., worker.9)

NEW - add threshold (default 20 seconds) when checking for scheduled and retry jobs (so that it wont add a worker when no workers are active for jobs that will not be run soonish)