Labels: bug, operations
Priority: High
Estimated Time: 1.5 hours
Description:
backend/src/incidents.rs and oncall.rs handle incident tracking and on-call rotation, but automatic escalation (paging the next tier if the primary doesn't acknowledge in time) should be verified rather than relying on manual follow-up.
Tasks:
- Add an acknowledgment timeout that triggers escalation to the next on-call tier
- Wire escalation into
oncall.rs's rotation lookup
- Add tests for on-time acknowledgment and escalation-on-timeout
- Document the escalation policy in
docs/incident-response.md and docs/on-call-rotation.md
Labels:
bug,operationsPriority: High
Estimated Time: 1.5 hours
Description:
backend/src/incidents.rsandoncall.rshandle incident tracking and on-call rotation, but automatic escalation (paging the next tier if the primary doesn't acknowledge in time) should be verified rather than relying on manual follow-up.Tasks:
oncall.rs's rotation lookupdocs/incident-response.mdanddocs/on-call-rotation.md