This commit is contained in:
Shlee 2025-11-26 17:05:15 +00:00 committed by GitHub
commit 29f4422161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
--- ---
:dead_max_jobs: <%= ENV.fetch('SIDEKIQ_DEADQUEUESIZE', 10_000) %>
:concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %> :concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %>
:queues: :queues:
- [default, 8] - [default, 8]