Skip to content

Commit dd3efc9

Browse files
committed
Change ingestion time to 4am
1 parent 0a4eacf commit dd3efc9

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 4 ? * * *)"
265265
}
266266

267267
module "llpg_geolive_ingestion_job" {

0 commit comments

Comments
 (0)