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 bc45172 + ec08025 commit 1f599e6Copy full SHA for 1f599e6
infrastructure/modules/container-apps/jobs.tf
@@ -1,15 +1,15 @@
1
locals {
2
scheduled_jobs = {
3
store_mesh_messages = {
4
- cron_expression = "0 6-20 * * *"
+ cron_expression = "0 6 * * *"
5
environment_variables = {
6
BLOB_CONTAINER_NAME = "notifications-mesh-data"
7
}
8
job_short_name = "smm"
9
job_container_args = "store_mesh_messages"
10
11
create_appointments = {
12
- cron_expression = "30 6-20 * * *"
+ cron_expression = "0 7 * * *"
13
14
15
0 commit comments