-
Notifications
You must be signed in to change notification settings - Fork 0
Go Backend Rollback Drill Recovery Escalation Acknowledgements And Scheduling
CAVRA now adds operator acknowledgement, retry planning, and scheduled executive reporting around recovery escalation notifications.
-
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/{plan_id}/acknowledgementsrecords public-safe review state for a recovery escalation provider. -
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/retry-plancreates retry plans for failed recovery escalation connector delivery attempts. -
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-executive-report/schedule-rungenerates a scheduled executive recovery report run and persists the report metadata. - Evidence Console now includes Ack Recovery Escalation, Plan Escalation Retry, and Schedule Executive Report controls.
- Rollback drill dashboards now count recovery escalation acknowledgements, retry plans, retryable escalation deliveries, and scheduled executive report runs.
Start the API and sandbox UI:
cavra api
cd apps/sandbox-ui
python3 -m http.server 5173Open http://127.0.0.1:5173/index.html and use the Go Rollback Drill Notifications section.
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/{plan_id}/acknowledgements
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/retry-plan
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-executive-report/schedule-run
Acknowledgements, retry plans, and scheduled report runs are derived from public-safe recovery escalation and connector delivery metadata. They do not include connector credentials, private ticket payloads, customer incident text, Enterprise source code, private policy packs, or license server logic.
- As a release manager, I can prove a recovery escalation was reviewed and accepted by the responsible provider.
- As a platform owner, I can plan retries for failed recovery escalation delivery without embedding connector secrets in public code.
- As an executive stakeholder, I can receive scheduled recovery status evidence.
- As an auditor, I can trace escalation, acknowledgement, retry planning, and executive reporting from one evidence stream.
Escalation workflows are not complete until teams prove who reviewed the escalation, which delivery failures require retry, and when leadership reporting was generated. This phase closes that governance loop with public-safe evidence records.
See go-backend-rollback-drill-recovery-escalation-ack-retry-scheduling.svg.
Automated recovery escalation retry execution and scheduled executive report delivery are now covered in Go Backend Rollback Drill Recovery Escalation Retry Execution And Executive Delivery.
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
| Start | Build | Operate | Assure |
|---|---|---|---|
| Quick Start | CLI | Enterprise Guide | AISPM |
| Reader Paths | Policy Syntax | Deployments | Evidence |
| Community | GUI | Troubleshooting | Conclusion |
- Foreword And Reader Paths
- Why CAVRA Exists
- Runtime Authority Model
- Architecture
- Editions
- Install And Deploy
- Community Guide
- Enterprise Guide
- CLI Reference
- GUI And Sandbox
- AISPM Guide
- Policy And Evidence
- Operations And Integrations
- Labs And Use Cases
- Appendices And FAQ
- Policy Language Reference
- Troubleshooting Playbook
- Conclusion