You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operator_runbook.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ The monthly execution pool is locked to the accepted upstream `version` / `as_of
71
71
-`main.yml` is `workflow_dispatch` only.
72
72
- GitHub Actions no longer owns the hourly cadence for runtime execution in this repo.
73
73
- Production cadence should come from one external scheduler, for example VPS cron calling the GitHub Actions dispatch API.
74
+
- The VPS dispatch guard retries bounded transient failures such as network errors and GitHub `500`/`502`/`503`/`504`, but still alerts immediately for configuration and permission failures.
74
75
- Avoid overlapping dispatches from multiple schedulers or from a second manual run while the current runtime job is still in progress.
0 commit comments