- Renamed gem to
rt_health_monitor
. The directory names are still the same, so you don't have to change yourrequire
s yet. - Refactored HealthMonitor middleware
- The middleware now returns 503 instead of 200 if one of the checks failed.
- Require sidekiq/api to be able to use Sidekiq::ProcessSet
- Fix scoping issue
- Restructured the gem, added sidekiq health check task