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.
Caller-owned retry timing and API documentation accompany a 429 response.
Caller-owned retry timing and API documentation accompany a 429 response.
HTTP responses, incident references, retry policy, and support routes remain application-owned.
| Detail | Value |
|---|---|
| Status | 429 |
| Reference | rate_limit_api_2048 |
| Recorded | July 13, 2026 at 11:08 UTC |
| Retry | 42 seconds |
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