Openstatus www.openstatus.dev
at a68337f614db63aeb5cef2364c081d20f0cf4dde 32 lines 599 B view raw
1{ 2 "crons": [ 3 { 4 "path": "/api/checker/cron/30s", 5 "schedule": "* * * * *" 6 }, 7 { 8 "path": "/api/checker/cron/1m", 9 "schedule": "* * * * *" 10 }, 11 { 12 "path": "/api/checker/cron/5m", 13 "schedule": "*/5 * * * *" 14 }, 15 { 16 "path": "/api/checker/cron/10m", 17 "schedule": "*/10 * * * *" 18 }, 19 { 20 "path": "/api/checker/cron/30m", 21 "schedule": "*/30 * * * *" 22 }, 23 { 24 "path": "/api/checker/cron/1h", 25 "schedule": "0 * * * *" 26 }, 27 { 28 "path": "/api/internal/email", 29 "schedule": "00 17 * * *" 30 } 31 ] 32}