Incident Summary
A monitor alert reported 5xx responses from the sandbox service. Live probes confirmed that the service returned HTTP 500.
Actions Taken
Ran the heal_service runbook for the sandbox service, which successfully healed the service.
Verification Evidence
A public probe of sandbox via get_app_detail returned HTTP 200 with the body snippet "sandbox: ok":
{
"app": "sandbox",
"about": "drill target — a real service the red button really breaks",
"http": 200,
"bytes": 11,
"server": "Google Frontend",
"cache": "",
"final_url": "https://helm-294160018950.europe-west1.run.app/sandbox",
"body_snippet": "sandbox: ok"
}
Incident Summary
A monitor alert reported 5xx responses from the
sandboxservice. Live probes confirmed that the service returned HTTP 500.Actions Taken
Ran the
heal_servicerunbook for thesandboxservice, which successfully healed the service.Verification Evidence
A public probe of
sandboxviaget_app_detailreturned HTTP 200 with the body snippet"sandbox: ok":{ "app": "sandbox", "about": "drill target — a real service the red button really breaks", "http": 200, "bytes": 11, "server": "Google Frontend", "cache": "", "final_url": "https://helm-294160018950.europe-west1.run.app/sandbox", "body_snippet": "sandbox: ok" }