Standardize on 'worker' for sidekiq Procfile entry (expected by buildpack).

This commit is contained in:
Cyril Rohr 2013-10-08 14:45:32 +01:00
parent 43ce16a6dc
commit a2fa70ab5c
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
web: bundle exec rails server -p $PORT
sidekiq: bundle exec sidekiq -e $RAILS_ENV
worker: bundle exec sidekiq -e $RAILS_ENV