Summary
Policy deployment jobs that repeatedly fail are currently retried indefinitely with no dead-letter handling.
Requirements
- Route jobs exceeding max retry count to a dead-letter queue
- Add an admin endpoint to inspect and requeue dead-lettered jobs
- Add tests covering the retry-then-deadletter path
- Add alerting when the dead-letter queue depth exceeds a threshold
Summary
Policy deployment jobs that repeatedly fail are currently retried indefinitely with no dead-letter handling.
Requirements