Skip to content

Commit 6b5601e

Browse files
committed
Change ingestion time to 5am
1 parent dd3efc9 commit 6b5601e

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(5 4 ? * * *)"
264+
job_schedule = "cron(5 5 ? * * *)"
265265
}
266266

267267
module "llpg_geolive_ingestion_job" {

0 commit comments

Comments
 (0)