Hacker News new | ask | show | jobs
by zeisss 1456 days ago
Is this relying on scheduled github actions? We are using those and they are not very accurate. We regularly see jobs completely skipped or run with a lot of delay.
1 comments

It does rely on schedule. https://github.com/upptime/upptime/blob/c203e2fd45da62963d16...

And yes, schedule is terribly unreliable. 1h+ delays are routine, 3h+ delays have been observed, high frequency jobs are skipped all the time. You have to use an external trigger (that is to say, triggering the workflow_dispatch event through the API) for reliable scheduling.