fix(automation): enforce durable alert closure
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m32s
CD Pipeline / build-and-deploy (push) Successful in 8m2s
CD Pipeline / post-deploy-checks (push) Successful in 2m22s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m32s
CD Pipeline / build-and-deploy (push) Successful in 8m2s
CD Pipeline / post-deploy-checks (push) Successful in 2m22s
Restore D037 durable incident readback without weakening database failure semantics. Fence Agent99 dispatch and terminal learning to canonical identities, durable leases, verifier receipts, and reconciler-owned checkpoints. Drain backup and restore legacy receipts in bounded cohorts with strict transport, claim, projection, and no-false-green controls. Keep SSH service refusal visible while separating it from broker network-policy reachability.
This commit is contained in:
@@ -144,6 +144,11 @@
|
||||
"batchLimit": 5,
|
||||
"retryAfterMinutes": 5
|
||||
},
|
||||
"outcomeWriteback": {
|
||||
"enabled": true,
|
||||
"url": "https://awoooi.wooo.work/api/v1/webhooks/agent99/outcomes",
|
||||
"tokenEnv": "AGENT99_SRE_RELAY_TOKEN"
|
||||
},
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"botTokenEnv": "AGENT99_TELEGRAM_BOT_TOKEN",
|
||||
@@ -325,6 +330,9 @@
|
||||
"backupHealth": {
|
||||
"host": "192.168.0.110",
|
||||
"snapshotReadTimeoutSeconds": 90,
|
||||
"protectionMetricsPath": "/home/wooo/node_exporter_textfiles/backup_health.prom",
|
||||
"protectionReadTimeoutSeconds": 45,
|
||||
"protectionMaxAgeMinutes": 60,
|
||||
"targets": [],
|
||||
"fileChecks": [],
|
||||
"cronPatterns": []
|
||||
|
||||
Reference in New Issue
Block a user