Skip to content

Commit 58f2b90

Browse files
Add 1 retry for LLPG ingestion job (#2094)
* Change ingestion time to 4am * Change ingestion time to 5am --------- Co-authored-by: Tian Chen <[email protected]>
1 parent 3797500 commit 58f2b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/15-unrestricted-geolive-database-ingestion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ module "llpg_geolive_database_ingestion" {
261261
identifier_prefix = local.short_identifier_prefix
262262
database_secret_name = "database-credentials/geolive-llpg"
263263
schema_name = "llpg"
264-
job_schedule = "cron(1 1 ? * * *)"
264+
job_schedule = "cron(5 5 ? * * *)"
265265
}
266266

267267
module "llpg_geolive_ingestion_job" {

0 commit comments

Comments
 (0)