add procfiles to root

This commit is contained in:
Dylan Knutson
2023-04-08 13:20:52 -07:00
parent 149f0c5905
commit 28df3e953a
3 changed files with 2 additions and 1 deletions

5
Procfile.worker Normal file
View File

@@ -0,0 +1,5 @@
cron: RAILS_ENV=worker bundle exec rake good_job_cron
direct: RAILS_ENV=worker bundle exec rake good_job proxy=direct
proxy-1: RAILS_ENV=worker bundle exec rake good_job proxy=proxy-1
dedipath-1: RAILS_ENV=worker bundle exec rake good_job proxy=dedipath-1
serverhost-1: RAILS_ENV=worker bundle exec rake good_job proxy=serverhost-1