From b68e49e636717fc0e1187433d7facc12ef869b37 Mon Sep 17 00:00:00 2001 From: Richard Kingston Date: Thu, 18 Dec 2025 15:32:57 +0000 Subject: [PATCH 1/2] Fix: default to pull superseded records last --- infrastructure/tf-core/environments/development.tfvars | 2 +- infrastructure/tf-core/environments/sandbox.tfvars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/tf-core/environments/development.tfvars b/infrastructure/tf-core/environments/development.tfvars index 5d4c93760..e45814c91 100644 --- a/infrastructure/tf-core/environments/development.tfvars +++ b/infrastructure/tf-core/environments/development.tfvars @@ -671,7 +671,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/sandbox.tfvars b/infrastructure/tf-core/environments/sandbox.tfvars index 33c4c3d06..cea7367ae 100644 --- a/infrastructure/tf-core/environments/sandbox.tfvars +++ b/infrastructure/tf-core/environments/sandbox.tfvars @@ -671,7 +671,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } From c5854370921d2a202e19fb555c7b0343269e2801 Mon Sep 17 00:00:00 2001 From: Richard Kingston Date: Thu, 18 Dec 2025 15:35:41 +0000 Subject: [PATCH 2/2] Fix: default to pull superseded records last --- infrastructure/tf-core/environments/integration.tfvars | 2 +- infrastructure/tf-core/environments/nft.tfvars | 2 +- infrastructure/tf-core/environments/preprod.tfvars | 2 +- infrastructure/tf-core/environments/production.tfvars | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/tf-core/environments/integration.tfvars b/infrastructure/tf-core/environments/integration.tfvars index 2f273e1a8..c0f880bff 100644 --- a/infrastructure/tf-core/environments/integration.tfvars +++ b/infrastructure/tf-core/environments/integration.tfvars @@ -672,7 +672,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/nft.tfvars b/infrastructure/tf-core/environments/nft.tfvars index ec3670c61..8c735cfa1 100644 --- a/infrastructure/tf-core/environments/nft.tfvars +++ b/infrastructure/tf-core/environments/nft.tfvars @@ -671,7 +671,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/preprod.tfvars b/infrastructure/tf-core/environments/preprod.tfvars index a9fa3be86..f2b8d30f4 100644 --- a/infrastructure/tf-core/environments/preprod.tfvars +++ b/infrastructure/tf-core/environments/preprod.tfvars @@ -663,7 +663,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } } diff --git a/infrastructure/tf-core/environments/production.tfvars b/infrastructure/tf-core/environments/production.tfvars index 398a71026..2a4ab1f48 100644 --- a/infrastructure/tf-core/environments/production.tfvars +++ b/infrastructure/tf-core/environments/production.tfvars @@ -698,7 +698,7 @@ function_apps = { ] env_vars_static = { AcceptableLatencyThresholdMs = "500" - RetrieveSupersededRecordsLast = "false" + RetrieveSupersededRecordsLast = "true" } }