diff --git a/Procfile b/Procfile index 9249f1e..8cbf36a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb \ No newline at end of file +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb +worker: bundle exec rake jobs:work \ No newline at end of file