From a2fa70ab5c2e5b05a352fff86565ea27b89feee8 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Tue, 8 Oct 2013 14:45:32 +0100 Subject: [PATCH] Standardize on 'worker' for sidekiq Procfile entry (expected by buildpack). --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 54e13c77f0..4d752a6c18 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bundle exec rails server -p $PORT -sidekiq: bundle exec sidekiq -e $RAILS_ENV \ No newline at end of file +worker: bundle exec sidekiq -e $RAILS_ENV \ No newline at end of file