fix(alerting): cluster legacy backup incident replay
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m34s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 1s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Successful in 24s

This commit is contained in:
ogt
2026-07-15 12:59:20 +08:00
parent 1fe6c6f889
commit 4dc5b51d0f
3 changed files with 88 additions and 22 deletions

View File

@@ -1125,10 +1125,11 @@ class Settings(BaseSettings):
description="Timeout for fail-open Agent99 SRE alert relay POSTs.",
)
ENABLE_BACKUP_RESTORE_LEGACY_BACKFILL: bool = Field(
default=True,
default=False,
description=(
"Enable bounded durable BackupCheck replay for legacy backup/restore "
"Telegram receipt cards when a trusted Agent99 relay is configured."
"Telegram receipt cards when a trusted Agent99 relay is configured. "
"Keep disabled until the recurrence-cluster canary is verified."
),
)
BACKUP_RESTORE_LEGACY_BACKFILL_STARTUP_SLEEP_SECONDS: float = Field(