Godwin
8 years ago
committed by
GitHub
1 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue