From af224625a1e4e8275e02c9b8ba040fc324a13248 Mon Sep 17 00:00:00 2001 From: Thomas Riboulet Date: Sun, 8 Mar 2015 21:07:21 +0000 Subject: [PATCH] fix sidekiq Procfile line --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b9609e6..550a5f6 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development} -sidekiq: bundle exec sidekiq -e ${RACK_ENV:-development} +sidekiq: bundle exec sidekiq -e ${RACK_ENV:-development} -r ./hello.rb