mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 07:11:41 +00:00
7 lines
398 B
Text
7 lines
398 B
Text
migrate: bundle exec rake db:prepare db:seed
|
|
sutty: bundle exec puma config.ru
|
|
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
|
|
prometheus: bundle exec prometheus_exporter -b 0.0.0.0 --prefix "sutty_"
|