-
Notifications
You must be signed in to change notification settings - Fork 1
Operations
greyson edited this page Jul 30, 2026
·
1 revision
Use this page to choose the right operational path. Avoid replaying writes merely because a request timed out; first inspect durable Work, Job, Run, and runtime state.
- Confirm the selected repository and checkout.
- Check Controller and repository readiness.
- Inspect active Work or Jobs before retrying an operation.
- Run the smallest focused validation first.
- Record exact evidence before finalizing or releasing.
- Primary MCP unavailable but recovery reachable: use the independent recovery channel to verify Supervisor, ingress, Gateway, and MCP separately.
- External 502/503: distinguish tunnel transport, stable ingress, Gateway, and MCP failures before restarting anything.
- Release drift: stop rollout and compare source commit, immutable manifest, service definition, active slot, and running process revision.
- Stuck work: use watchdog and maintenance diagnostics before deleting state or killing processes.