Browse Source

Add worker process for Heroku delayed job

master
Adrian Short 11 years ago
parent
commit
9fb2cecf67
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Procfile

+ 1
- 0
Procfile View File

@@ -1 +1,2 @@
web: bundle exec unicorn -p $PORT -E $RACK_ENV
worker: bundle exec rake jobs:work

Loading…
Cancel
Save