From 222b41c263ff722a7a38364c0ab060f3707c051b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Tue, 9 Oct 2012 14:16:55 +1200 Subject: [PATCH] Add :pidfile and :namespace option into example config.yml --- examples/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/config.yml b/examples/config.yml index bf45b54c..c070808b 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -3,6 +3,8 @@ # sidekiq -C config.yml --- :verbose: false +:pidfile: ./tmp/pids/sidekiq.pid +:namespace: sidekiq_namespace :concurrency: 25 :queues: - [often, 7]