added sidekiq.yml

This commit is contained in:
nilsding 2014-12-12 22:59:25 +01:00
parent 9c59e802c1
commit 7e5ce0c048
1 changed files with 9 additions and 0 deletions

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