mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 21:24:25 +00:00
Changed worker script for heroku and added workers to puma
This commit is contained in:
5
Procfile
5
Procfile
@@ -1,3 +1,4 @@
|
||||
worker: bundle exec rake jobs:work
|
||||
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
|
||||
worker: bundle exec bin/delayed_job -n 1 run
|
||||
#worker: bundle exec rake jobs:work
|
||||
web: bundle exec puma -w 3 -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
|
||||
#web: bundle exec passenger start -p $PORT --max-pool-size 3
|
||||
|
||||
Reference in New Issue
Block a user