Added sidekiq configuration
This commit is contained in:
parent
144bd92641
commit
f5057a4559
13
config/sidekiq.yml
Normal file
13
config/sidekiq.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user