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_"
|
2023-01-20 21:22:08 +00:00
|
|
|
distributed_press_renew_tokens: bundle exec rake distributed_press:tokens:renew
|
2022-06-11 22:51:11 +00:00
|
|
|
cleanup: bundle exec rake cleanup:everything
|
2022-06-11 22:42:55 +00:00
|
|
|
stats: bundle exec rake stats:process_all
|