Skip to content

Commit

Permalink
Loosen the sidekiq health check so that we don't end up with a situat…
Browse files Browse the repository at this point in the history
…ion where all machines are down (#1909)
  • Loading branch information
carolyncole authored Aug 22, 2024
1 parent e875cc4 commit cebd7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/health_monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
config.path = :health

config.sidekiq.configure do |sidekiq_config|
sidekiq_config.latency = 3.hours
sidekiq_config.queue_size = 10_000
sidekiq_config.latency = 12.hours
sidekiq_config.queue_size = 20_000
end

config.error_callback = proc do |e|
Expand Down

0 comments on commit cebd7d8

Please sign in to comment.