RubyGems Navigation menu

sidekiq_alive 2.2.2

SidekiqAlive offers a solution to add liveness probe of a Sidekiq instance. How? A http server is started and on each requests validates that a liveness key is stored in Redis. If it is there means is working. A Sidekiq job is the responsable to storing this key. If Sidekiq stops processing jobs this key gets expired by Redis an consequently the http server will return a 500 error. This Job is responsible to requeue itself for the next liveness probe.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.2.2 - May 25, 2023 (10 KB)
  2. 2.2.1 - May 15, 2023 (10 KB)
  3. 2.2.0 - March 01, 2023 (10 KB)
  4. 2.1.9 - January 11, 2023 (10 KB)
  5. 2.1.8 - December 29, 2022 (10 KB)
Show all versions (27 total)

Runtime Dependencies (3):

rack < 3
sidekiq >= 5, < 8
webrick >= 1, < 2

Development Dependencies (8):

bundler > 1.16
debug ~> 1.6
rack-test ~> 2.1.0
rake ~> 13.0
rspec ~> 3.0
rspec-sidekiq ~> 3.0
rubocop-shopify ~> 2.10
solargraph ~> 0.49.0

Owners:

Pushed by:

Authors:

  • Andrejs Cunskis, Artur Pañach

SHA 256 checksum:

096b008fecc39fdbf76614953dd35190db22b94eab192c57565946069e1d1d15

Total downloads 2,462,617

For this version 1,342

License:

MIT

Required Ruby Version: >= 2.7.0

Links: