-
Notifications
You must be signed in to change notification settings - Fork 0
Go Backend Rollback Drill Routing History
Huzefaaa2 edited this page Jun 28, 2026
·
1 revision
CAVRA now promotes rollback drill notification route decisions into a persisted, filterable history and a suppression trend artifact. This makes owner routing, maintenance-window suppression, and owner-calendar suppression reviewable after connector delivery.
-
GET /runtime/go-pilot/rollback-drill-notifications/routesflattens persisted notification plan route decisions. - Route filters support
schedule_id,provider,owner,action, andcategory. -
GET /runtime/go-pilot/rollback-drill-notifications/suppression-trendssummarizes suppressed routes and persists metadata kindgo-backend-rollback-drill-routing-suppression-trend. - The Evidence Console now shows routing history and suppression summary tables in the Go Rollback Drill Notifications section.
- Public-safe sample data keeps the Community Edition console useful without a live API.
-
maintenance_window: route suppressed because an approved maintenance window matched the owner/provider. -
owner_calendar: route suppressed because owner availability metadata marked the owner unavailable. -
healthy_schedule: route suppressed because the rollback drill schedule did not need notification. -
other: route suppressed for another public-safe reason.
- As a release manager, I can filter rollback drill route decisions by owner, provider, and action.
- As an incident commander, I can explain why a drill notification was suppressed during a change freeze.
- As a platform owner, I can trend suppression causes across owner routes.
- As an auditor, I can review suppression evidence without seeing connector secrets or private calendar exports.
Enterprise change governance often needs to prove why an alert did not fire. CAVRA now preserves route-level suppression decisions and trend summaries as public-safe evidence, reducing audit ambiguity without exposing private operational systems.
See docs/diagrams/go-backend-rollback-drill-routing-history.svg.
The next recommended implementation step is to add approval-bound live retry execution records and connector recovery closure evidence.
CAVRA Field Compass
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
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 |
Textbook home: Before the Agent Acts |
Development archive: development and testing artifacts |
Source repository: github.com/Huzefaaa2/cavra
- 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