Skip to content

Go Backend Rollback Drill Executive Delivery Retry Execution And Recovery Health Alerts

Huzefaaa2 edited this page Jun 28, 2026 · 1 revision

Go Backend Rollback Drill Executive Delivery Retry Execution And Recovery Health Alerts

CAVRA now closes the next rollback drill operations loop by delivering recovery retry health alerts and executing scheduled executive report delivery retries from public-safe metadata.

What This Adds

  • Recovery escalation retry health alert delivery, acknowledgement, history, and dashboard endpoints.
  • Executive report delivery retry worker runs with dry-run default and guarded live execution.
  • Dashboard counts for retry health alert plans, alert acknowledgements, executive retry worker runs, and executive retry execution outcomes.
  • Evidence Console controls for Send Retry Health Alert and Run Executive Retry.

How To Use

Use the Go Rollback Drill Notifications section in the Evidence Console:

  1. Build recovery retry health.
  2. Send a retry health alert.
  3. Acknowledge the alert destination.
  4. Plan executive delivery retries.
  5. Run executive delivery retry execution when connector configuration is available.

API

POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/retry-health-alerts/deliver
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/retry-health-alerts/{health_id}/acknowledgements
GET /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/retry-health-alerts
GET /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-escalations/retry-health-alert-dashboard
POST /runtime/go-pilot/rollback-drill-notifications/acknowledgements/audit-delivery/recovery-executive-report/delivery-retry-worker-run

User Stories

  • As a release manager, I can route recovery retry health alerts.
  • As a platform owner, I can acknowledge alert review.
  • As an executive stakeholder, I can receive retried recovery reports after transient delivery failures.
  • As an auditor, I can trace retry execution to public-safe evidence.

Enterprise Challenge Solved

This release adds operational assurance for recovery retry health and executive report delivery without exposing connector credentials, private incident payloads, or enterprise source code.

Diagram

See go-backend-rollback-drill-executive-delivery-retry-execution-and-recovery-health-alerts.svg.

Follow-On Work Completed

Closed-loop executive delivery retry health reporting and recovery health alert retry planning are documented in Go-Backend-Rollback-Drill-Executive-Retry-Health-And-Recovery-Health-Alert-Retry.md.

Clone this wiki locally