Skip to content

Commit 543770c

Browse files
extend glue job timeout (#1938)
1 parent bc17910 commit 543770c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/etl/25-alloy-etl-env-services.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module "alloy_api_export_raw_env_services" {
4242
script_name = "alloy_api_export"
4343
glue_version = "4.0"
4444
glue_job_worker_type = "G.1X"
45+
glue_job_timeout = 180
4546
job_parameters = {
4647
"--job-bookmark-option" = "job-bookmark-enable"
4748
"--enable-glue-datacatalog" = "true"

0 commit comments

Comments
 (0)