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
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user