mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add :pidfile and :namespace option into example config.yml
This commit is contained in:
parent
5718871cdf
commit
222b41c263
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
# sidekiq -C config.yml
|
||||
---
|
||||
:verbose: false
|
||||
:pidfile: ./tmp/pids/sidekiq.pid
|
||||
:namespace: sidekiq_namespace
|
||||
:concurrency: 25
|
||||
:queues:
|
||||
- [often, 7]
|
||||
|
|
Loading…
Add table
Reference in a new issue