Skip to content

Commit 0a4eacf

Browse files
committed
Add 1 retry for LLPG ingestion job
1 parent 5299c9a commit 0a4eacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/core/15-unrestricted-geolive-database-ingestion.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ module "llpg_geolive_ingestion_job" {
280280
jdbc_connections = [module.llpg_geolive_database_ingestion[0].jdbc_connection_name]
281281
triggered_by_crawler = module.llpg_geolive_database_ingestion[0].crawler_name
282282
workflow_name = module.llpg_geolive_database_ingestion[0].workflow_name
283+
max_retries = 1
283284
job_parameters = {
284285
"--s3_ingestion_bucket_target" = "s3://${module.raw_zone.bucket_id}/unrestricted/geolive/llpg/"
285286
"--s3_ingestion_details_target" = "s3://${module.raw_zone.bucket_id}/unrestricted/geolive/llpg/ingestion-details/"

0 commit comments

Comments
 (0)