1
0
Fork 0
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:
Trung Lê 2012-10-09 14:16:55 +12:00
parent 5718871cdf
commit 222b41c263

View file

@ -3,6 +3,8 @@
# sidekiq -C config.yml
---
:verbose: false
:pidfile: ./tmp/pids/sidekiq.pid
:namespace: sidekiq_namespace
:concurrency: 25
:queues:
- [often, 7]