Files
redux-scraper/Procfile.worker

4 lines
255 B
Plaintext

periodic_tasks: RAILS_ENV=worker bundle exec rake periodic_tasks
good_job: RAILS_ENV=worker bundle exec rake good_job
prometheus_exporter: RAILS_ENV=worker bundle exec prometheus_exporter --bind 0.0.0.0 --prefix redux_ --label '{"environment": "worker"}'