|
|
|
|
|
by oefrha
1457 days ago
|
|
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. |
|