forked from e621ng/e621ng

Automatically fix up file path based on deleted status in posts Don't make the default sidekiq runner participate in video
22 lines
511 B
YAML
22 lines
511 B
YAML
---
|
|
:verbose: false
|
|
:concurrency: 5
|
|
|
|
# Set timeout to 8 on Heroku, longer if you manage your own systems.
|
|
:timeout: 30
|
|
|
|
# Sidekiq will run this file through ERB when reading it so you can
|
|
# even put in dynamic logic, like a host-specific queue.
|
|
# http://www.mikeperham.com/2013/11/13/advanced-sidekiq-host-specific-queues/
|
|
:queues:
|
|
- [low_prio, 1]
|
|
- [tags, 2]
|
|
- [default, 3]
|
|
- [high_prio, 5]
|
|
|
|
# you can override concurrency based on environment
|
|
production:
|
|
:concurrency: 15
|
|
staging:
|
|
:concurrency: 5
|