Added sidekiq configuration

This commit is contained in:
Godwin 2016-08-05 13:08:46 -07:00 committed by GitHub
parent 144bd92641
commit f5057a4559

13
config/sidekiq.yml Normal file
View File

@ -0,0 +1,13 @@
---
:concurrency: 5
:logfile: log/sidekiq.log
preview:
:pidfile: /home/unicorn/sidekiq_preview.pid
:concurrency: 15
:queues:
- preview
production:
:pidfile: /home/unicorn/sidekiq_production.pid
:concurrency: 15
:queues:
- production