Sidekiq config
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
---
|
||||
: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
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
:logfile: log/sidekiq.log
|
||||
:pidfile: /home/unicorn/sidekiq_preview.pid
|
||||
:concurrency: 15
|
||||
:queues:
|
||||
- preview
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
:logfile: log/sidekiq.log
|
||||
:pidfile: /home/unicorn/sidekiq_production.pid
|
||||
:concurrency: 15
|
||||
:queues:
|
||||
- production
|
||||
Reference in New Issue
Block a user