summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index d6b8898..5b0b8b7 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,3 @@
web: bundle exec rails s -p $PORT
-worker: bundle exec rake environment resque:work QUEUE=runner VVERBOSE=1
+worker: bundle exec rake environment resque:work QUEUE=runner,scheduler_task VVERBOSE=1
+schedule: bundle exec rake environment resque:scheduler VVERBOSE=1 RAILS_ENV=development