Skip to content

Commit 1f599e6

Browse files
authored
Merge pull request #792 from NHSDigital/DTOSS-11766
set store_mesh_messages and create_appointments jobs to run once per day
2 parents bc45172 + ec08025 commit 1f599e6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

infrastructure/modules/container-apps/jobs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
locals {
22
scheduled_jobs = {
33
store_mesh_messages = {
4-
cron_expression = "0 6-20 * * *"
4+
cron_expression = "0 6 * * *"
55
environment_variables = {
66
BLOB_CONTAINER_NAME = "notifications-mesh-data"
77
}
88
job_short_name = "smm"
99
job_container_args = "store_mesh_messages"
1010
}
1111
create_appointments = {
12-
cron_expression = "30 6-20 * * *"
12+
cron_expression = "0 7 * * *"
1313
environment_variables = {
1414
BLOB_CONTAINER_NAME = "notifications-mesh-data"
1515
}

0 commit comments

Comments
 (0)