Skip to content

Commit 20b6538

Browse files
authored
Merge pull request #463 from NHSDigital/amend-ca-job-name-and-command
Amend container app job name and command
2 parents b23b3ce + b0258d9 commit 20b6538

File tree

1 file changed

+3
-3
lines changed
  • infrastructure/modules/container-apps

1 file changed

+3
-3
lines changed

infrastructure/modules/container-apps/jobs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
locals {
22
scheduled_jobs = {
3-
store_mesh_data = {
3+
store_mesh_messages = {
44
cron_expression = "*/15 * * * *"
55
environment_variables = {
66
BLOB_CONTAINER_NAME = "notifications-mesh-data"
77
}
8-
job_short_name = "smd"
9-
job_container_args = "store_mesh_data"
8+
job_short_name = "smm"
9+
job_container_args = "store_mesh_messages"
1010
}
1111
create_appointments = {
1212
cron_expression = "*/30 * * * *"

0 commit comments

Comments
 (0)