diff --git a/Procfile b/Procfile index 93afc98..c93dfd6 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -worker: bundle exec rake jobs:work +worker: RAILS_ENV=production bin/delayed_job start web: bundle exec passenger start -p $PORT --max-pool-size 3 \ No newline at end of file