5 ms·
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 de
by zeisss 4y 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.
- oefrha 4y agoIt does rely on schedule. https://github.com/upptime/upptime/blob/c203e2fd45da62963d16d20ddca943e40e6013f6/.github/workflows/uptime.yml#L12 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.