Skip to content

Commit 5fc68cb

Browse files
authored
change the cron to 8.00 - parking cycle hagar allocation update (#2059)
Mike needs to use the parking_cycle_hangar_allocation_update_latest, which is scheduled in Airflow at 8:30. Therefore, we need to move this glue job "parking_cycle_hangar_allocation_update' to an earlier timeslot. So I've changed it to 8.00 am
1 parent ac3c312 commit 5fc68cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/38-aws-glue-job-parking.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ module "parking_cycle_hangar_allocation_update" {
13451345
script_name = "parking_cycle_hangar_allocation_update"
13461346
job_description = "Rewrite of cycle hangar allocation using new denormalisation code"
13471347
trigger_enabled = local.is_production_environment
1348-
schedule = "cron(0 9 * * ? *)"
1348+
schedule = "cron(0 8 * * ? *)"
13491349
number_of_workers_for_glue_job = 2
13501350
glue_job_worker_type = "G.1X"
13511351
glue_version = "4.0"

0 commit comments

Comments
 (0)