Openstatus www.openstatus.dev
6
fork

Configure Feed

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

✏️ rename page to prefered region (#138)

authored by

Thibault Le Ouay and committed by
GitHub
2e85bf7b 8b0a3cac

+1 -1
+1 -1
apps/web/src/app/api/checker/cron/_cron.ts
··· 63 63 64 64 // TODO: fetch + try - catch + retry once 65 65 const result = c.publishJSON({ 66 - url: `${DEFAULT_URL}/api/checker/regions/random`, 66 + url: `${DEFAULT_URL}/api/checker/regions/auto`, 67 67 body: payload, 68 68 delay: Math.random() * 90, 69 69 });
apps/web/src/app/api/checker/regions/random/route.ts apps/web/src/app/api/checker/regions/auto/route.ts