Openstatus
www.openstatus.dev
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}