Update sidekiq.yml

This commit is contained in:
Shlee 2025-11-19 00:04:59 +10:30 committed by GitHub
parent b14f113929
commit 1878d77359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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