Skip to content

Releases: olivervbk/ruby-sidekiq-autoscaler

Threshold for queued/retry items and bug fixes

01 Nov 19:31
Compare
Choose a tag to compare

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)

Improve configuration

26 Sep 14:57
Compare
Choose a tag to compare

Do not raise exception on invalid configuration

First release

25 Sep 15:54
Compare
Choose a tag to compare
v0.1.0

Add spec files