mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 10:00:50 +00:00
Update sidekiq.yml
This commit is contained in:
parent
024a58468f
commit
717c21e70f
|
|
@ -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) %>
|
:concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %>
|
||||||
:queues:
|
:queues:
|
||||||
- [default, 8]
|
- [default, 8]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user