added sidekiq.yml
This commit is contained in:
parent
9c59e802c1
commit
7e5ce0c048
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
:concurrency: 5
|
||||||
|
:pidfile: ./tmp/pids/sidekiq.pid
|
||||||
|
staging:
|
||||||
|
:concurrency: 10
|
||||||
|
production:
|
||||||
|
:concurrency: 25
|
||||||
|
:queues:
|
||||||
|
- share
|
Loading…
Reference in New Issue