System response flow
Caller-owned HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.
HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.
Partial service availability keeps healthy operations distinct from recovering dependencies.
Partial service availability keeps healthy operations distinct from recovering dependencies.
HTTP responses, incident references, retry policy, and support routes remain application-owned.
| Detail | Value |
|---|---|
| Status | Degraded |
| Reference | incident_inc_2048 |
| Recorded | July 13, 2026 at 11:08 UTC |
| Retry | Next update in 15 minutes |
test/dummy/app/components/gallery/flows/system_status_page.rbworkspace_surface(size: :lg) do
render_header
render_status
render_service_metrics if state == "degraded"
render_context
end