raido
Joined 2/12/2018
raido said almost 6 years ago on Observer Patterns :
You should be able to use `prepend Maintenance`, then you don't have to move it below `initialize`

raido said over 4 years ago on Creating Health Checks :
I use https://github.com/lbeder/health-monitor-rails gem for health monitoring and it has baked-in support for database, Redis and Sidekiq.

raido said over 4 years ago on Creating Health Checks :
I totally agree and am following the same path.