From 157f4166a853df5085ec0c9a85dd49dfca788ce4 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 11 Oct 2013 11:01:21 +0530 Subject: [PATCH] start: added SIDEKIQ_CONCURRENCY env variable to configure the concurrency level of sidekiq --- resources/install | 5 +++++ resources/start | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/resources/install b/resources/install index 0a003a06..0c31fe5a 100755 --- a/resources/install +++ b/resources/install @@ -56,6 +56,11 @@ production: EOF chmod o-rwx config/database.yml +sudo -u git -H tee config/sidekiq.yml <