RubyGems Navigation menu

resque-alive 0.1.0

resque-alive adds a Kubernetes Liveness probe to a Resque instance. How? resque-alive provides a small rack application which exposes HTTP endpoint to return the "Aliveness" of the Resque instance. Aliveness is determined by the presence of an auto-expiring key. resque-alive schedules a "heartbeat" job to periodically refresh the expiring key - in the event the Resque instance can"t process the job, the key expires and the instance is marked as unhealthy.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.0 - September 14, 2020 (25.5 KB)

Runtime Dependencies (2):

Development Dependencies (7):

bundler >= 1.16
byebug >= 0
mock_redis >= 0
rack-test >= 0
rake ~> 12.0
resque_spec ~> 0.18.1
rspec ~> 3.0

Owners:

Pushed by:

Authors:

  • Aaron Kuehler

SHA 256 checksum:

dce410f833ed459e21f95942e7aab03faa85e13ed277331859b09490a8616165

Total downloads 2,339

For this version 2,339

License:

GPL-3.0

Required Ruby Version: >= 2.3.0

Links: