tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
fix: periodicity
mxkaske
2 years ago
94bc780e
a3c6beec
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
app
api
checker
cron
_cron.ts
+1
-1
apps/web/src/app/api/checker/cron/_cron.ts
···
71
71
.from(monitor)
72
72
.where(
73
73
and(
74
74
-
eq(monitor.periodicity, "10m"),
74
74
+
eq(monitor.periodicity, periodicity),
75
75
eq(monitor.active, true),
76
76
notInArray(monitor.id, currentMaintenanceMonitors)
77
77
)