We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0427db0 + de146dd commit b8509c7Copy full SHA for b8509c7
infrastructure/modules/container-apps/jobs.tf
@@ -111,7 +111,8 @@ module "scheduled_jobs" {
111
"python manage.py ${each.value.job_container_args}"
112
]
113
114
- docker_image = var.docker_image
+ docker_image = var.docker_image
115
+ replica_retry_limit = 0
116
user_assigned_identity_ids = flatten([
117
[module.azure_blob_storage_identity.id],
118
[module.azure_queue_storage_identity.id],
0 commit comments