Skip to content

Commit

Permalink
Configuring sidekiq to allow for greater latency and size (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole authored Aug 13, 2024
1 parent 640ae7f commit cb8bd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/health_monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
HealthMonitor.configure do |config|
config.cache
config.redis
config.sidekiq

# Make this health check available at /health
config.path = :health

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

config.error_callback = proc do |e|
Expand Down

0 comments on commit cb8bd71

Please sign in to comment.