Create an Angular page for monitoring backpressure signals and configuring retry/backoff policies using the existing backpressure and retry infrastructure.
GET /admin/backpressure/status — Current backpressure level (none, mild, severe, critical)
GET /admin/backpressure/metrics — Backpressure metrics (queue depths, wait times)
GET /admin/retry/config — Current retry/backoff configuration
PUT /admin/retry/config — Update retry/backoff config
GET /admin/retry/stats — Retry statistics (attempts, successes, failures)
Backpressure & Retry Configuration Page
Create an Angular page for monitoring backpressure signals and configuring retry/backoff policies using the existing
backpressureandretryinfrastructure.Backend Endpoints Needed
UI Requirements
Backpressure Monitor
Retry Configuration
Retry Statistics
Acceptance Criteria
Parent Epic
#290