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