Skip to content

Commit a4b1ae1

Browse files
authored
fix: default to pull superseded records last (#1798)
* Fix: default to pull superseded records last * Fix: default to pull superseded records last
1 parent 2270fca commit a4b1ae1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

infrastructure/tf-core/environments/development.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function_apps = {
671671
]
672672
env_vars_static = {
673673
AcceptableLatencyThresholdMs = "500"
674-
RetrieveSupersededRecordsLast = "false"
674+
RetrieveSupersededRecordsLast = "true"
675675
}
676676
}
677677

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ function_apps = {
672672
]
673673
env_vars_static = {
674674
AcceptableLatencyThresholdMs = "500"
675-
RetrieveSupersededRecordsLast = "false"
675+
RetrieveSupersededRecordsLast = "true"
676676
}
677677
}
678678

infrastructure/tf-core/environments/nft.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function_apps = {
671671
]
672672
env_vars_static = {
673673
AcceptableLatencyThresholdMs = "500"
674-
RetrieveSupersededRecordsLast = "false"
674+
RetrieveSupersededRecordsLast = "true"
675675
}
676676
}
677677

infrastructure/tf-core/environments/preprod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ function_apps = {
663663
]
664664
env_vars_static = {
665665
AcceptableLatencyThresholdMs = "500"
666-
RetrieveSupersededRecordsLast = "false"
666+
RetrieveSupersededRecordsLast = "true"
667667
}
668668
}
669669

infrastructure/tf-core/environments/production.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ function_apps = {
698698
]
699699
env_vars_static = {
700700
AcceptableLatencyThresholdMs = "500"
701-
RetrieveSupersededRecordsLast = "false"
701+
RetrieveSupersededRecordsLast = "true"
702702
}
703703
}
704704

infrastructure/tf-core/environments/sandbox.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function_apps = {
671671
]
672672
env_vars_static = {
673673
AcceptableLatencyThresholdMs = "500"
674-
RetrieveSupersededRecordsLast = "false"
674+
RetrieveSupersededRecordsLast = "true"
675675
}
676676
}
677677

0 commit comments

Comments
 (0)