Update sidekiq.yml

This commit is contained in:
Shlee 2025-11-19 00:13:54 +10:30 committed by GitHub
parent 024a58468f
commit 717c21e70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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