**Incident Post-Mortem** - **Incident Type**: Outage / 5xx responses from the `sandbox` service. - **Trigger**: Red button monitor alert reporting 5xx responses from the sandbox service. - **Action Taken**: Ran `heal_service` for the `sandbox` service. - **Verification Evidence**: - `get_app_detail` query verified the service recovered and is now returning `HTTP 200 OK` with the body snippet `sandbox: ok`. - Details: ```json { "app": "sandbox", "http": 200, "bytes": 11, "final_url": "https://helm-294160018950.europe-west1.run.app/sandbox", "body_snippet": "sandbox: ok" } ```
Incident Post-Mortem
sandboxservice.heal_servicefor thesandboxservice.get_app_detailquery verified the service recovered and is now returningHTTP 200 OKwith the body snippetsandbox: ok.{ "app": "sandbox", "http": 200, "bytes": 11, "final_url": "https://helm-294160018950.europe-west1.run.app/sandbox", "body_snippet": "sandbox: ok" }