sidekiq-max-jobs 0.1.0
This gem provides the ability to configure the maximum number of jobs a Sidekiq worker will process before terminating. For an environment running Kubernetes this is a perfect addition because once the affected pod dies it will automatically be restarted [gracefully] resetting memory, database-connections, etc. with minimal interruption to throughput
Gemfile:
=
install:
=
Versions:
- 0.1.0 June 22, 2020 (9.5 KB)
- 0.0.5 June 19, 2020 (9 KB)
- 0.0.4 June 18, 2020 (8.5 KB)
- 0.0.2 June 10, 2020 (8 KB)
Runtime Dependencies (1):
sidekiq
>= 4.0.0, < 7.0.0