From 46f3b595a949be6a7b3d4c73a10b2ee34e96c1cc Mon Sep 17 00:00:00 2001 From: Andrew Rumble Date: Thu, 27 Mar 2025 12:06:03 +0000 Subject: [PATCH] Configure backup RPO for backup-verifier GitOrigin-RevId: 376c2f18a1e9bef4e77f0ce5999ec7ce5341d481 --- services/history-v1/config/custom-environment-variables.json | 1 + 1 file changed, 1 insertion(+) diff --git a/services/history-v1/config/custom-environment-variables.json b/services/history-v1/config/custom-environment-variables.json index f2ec342444..daf804251c 100644 --- a/services/history-v1/config/custom-environment-variables.json +++ b/services/history-v1/config/custom-environment-variables.json @@ -66,6 +66,7 @@ }, "healthCheckBlobs": "HEALTH_CHECK_BLOBS", "healthCheckProjects": "HEALTH_CHECK_PROJECTS", + "backupRPOInMS": "BACKUP_RPO_IN_MS", "minSoftDeletionPeriodDays": "MIN_SOFT_DELETION_PERIOD_DAYS", "mongo": { "uri": "MONGO_CONNECTION_STRING"