Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔥 add cron jobs

+4
+4
apps/web/vercel.json
··· 23 23 { 24 24 "path": "/api/checker/cron/1h", 25 25 "schedule": "0 * * * *" 26 + }, 27 + { 28 + "path": "/api/internal/email", 29 + "schedule": "00 18 * * *" 26 30 } 27 31 ] 28 32 }