Skip to content

Commit b8509c7

Browse files
authored
Merge pull request #475 from NHSDigital/disable-replica-retries-for-notifications-jobs
Disable replica retries for notifications jobs
2 parents 0427db0 + de146dd commit b8509c7

File tree

1 file changed

+2
-1
lines changed
  • infrastructure/modules/container-apps

1 file changed

+2
-1
lines changed

infrastructure/modules/container-apps/jobs.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ module "scheduled_jobs" {
111111
"python manage.py ${each.value.job_container_args}"
112112
]
113113

114-
docker_image = var.docker_image
114+
docker_image = var.docker_image
115+
replica_retry_limit = 0
115116
user_assigned_identity_ids = flatten([
116117
[module.azure_blob_storage_identity.id],
117118
[module.azure_queue_storage_identity.id],

0 commit comments

Comments
 (0)