Skip to content

Commit

Permalink
Upping the number of items that can be in the sidekiq queue (#1979)
Browse files Browse the repository at this point in the history
We had more than 20k and that was normal for a large work
  • Loading branch information
carolyncole authored Oct 24, 2024
1 parent 6694eb2 commit 23ce7ca
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 @@ -8,7 +8,7 @@

config.sidekiq.configure do |sidekiq_config|
sidekiq_config.latency = 6.hours
sidekiq_config.queue_size = 10_000
sidekiq_config.queue_size = 20_000
sidekiq_config.maximum_amount_of_retries = 100
sidekiq_config.critical = false
end
Expand Down

0 comments on commit 23ce7ca

Please sign in to comment.