Skip to content

Commit db2bb20

Browse files
authored
change the schedule time to 9 am (#1945)
1 parent 489d667 commit db2bb20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,10 +1343,9 @@ module "parking_cycle_hangar_allocation_update" {
13431343
pydeequ_zip_key = data.aws_s3_object.pydeequ.key
13441344
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
13451345
script_name = "parking_cycle_hangar_allocation_update"
1346-
triggered_by_job = "${local.short_identifier_prefix}parking_cycle_hangars_denormalisation_update"
13471346
job_description = "Rewrite of cycle hangar allocation using new denormalisation code"
1348-
workflow_name = "${local.short_identifier_prefix}parking-liberator-data-workflow"
13491347
trigger_enabled = local.is_production_environment
1348+
schedule = "cron(0 9 * * ? *)"
13501349
number_of_workers_for_glue_job = 2
13511350
glue_job_worker_type = "G.1X"
13521351
glue_version = "4.0"

0 commit comments

Comments
 (0)