added sidekiq.yml

This commit is contained in:
nilsding 2014-12-12 22:59:25 +01:00
parent 9c59e802c1
commit 7e5ce0c048

9
config/sidekiq.yml Normal file
View file

@ -0,0 +1,9 @@
---
:concurrency: 5
:pidfile: ./tmp/pids/sidekiq.pid
staging:
:concurrency: 10
production:
:concurrency: 25
:queues:
- share