Update sidekiq.yml

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

View File

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