Files
redux-scraper/Procfile.worker
2023-08-18 17:01:33 -07:00

5 lines
245 B
Plaintext

stats: RAILS_ENV=worker bundle exec rake metrics:report_all
cron: RAILS_ENV=worker bundle exec rake periodic_tasks
direct: RAILS_ENV=worker bundle exec rake good_job proxy=direct
proxy-1: RAILS_ENV=worker bundle exec rake good_job proxy=proxy-1