mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
added sidekiq.yml
This commit is contained in:
parent
9c59e802c1
commit
7e5ce0c048
1 changed files with 9 additions and 0 deletions
9
config/sidekiq.yml
Normal file
9
config/sidekiq.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
:concurrency: 5
|
||||
:pidfile: ./tmp/pids/sidekiq.pid
|
||||
staging:
|
||||
:concurrency: 10
|
||||
production:
|
||||
:concurrency: 25
|
||||
:queues:
|
||||
- share
|
Loading…
Reference in a new issue