sutty/Procfile

8 lines
398 B
Plaintext
Raw Permalink Normal View History

2019-09-24 17:56:04 +00:00
migrate: bundle exec rake db:prepare db:seed
2020-09-27 17:04:11 +00:00
sutty: bundle exec puma config.ru
2020-05-29 18:03:24 +00:00
blazer_5m: bundle exec rake blazer:run_checks SCHEDULE="5 minutes"
blazer_1h: bundle exec rake blazer:run_checks SCHEDULE="1 hour"
blazer_1d: bundle exec rake blazer:run_checks SCHEDULE="1 day"
blazer: bundle exec rake blazer:send_failing_checks
2020-09-19 15:59:58 +00:00
prometheus: bundle exec prometheus_exporter -b 0.0.0.0 --prefix "sutty_"