Skip to content

Commit 78255e6

Browse files
add cron expression every hour for job
1 parent 29ebf21 commit 78255e6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/jobs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ locals {
99
job_container_args = "store_mesh_messages"
1010
}
1111
create_appointments = {
12-
cron_expression = local.NO_OP_DATE
12+
cron_expression = "0 * * * *"
1313
environment_variables = {
1414
BLOB_CONTAINER_NAME = "notifications-mesh-data"
1515
}

0 commit comments

Comments
 (0)