Skip to content

Gracefully recover from Redis connection failures in Sidekiq initializer

Stan Hu requested to merge rescue-from-redis-init-errors into master

Precompiling assets and other Rake tasks would fail if Redis were not available in certain cases.

Merge request reports