diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 0f408b8..d17be6d 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -110,7 +110,7 @@ microservice-chart: MAX_DATE_DIFF_MILLIS: "360000" MAX_DATE_DIFF_NOTIFY_MILLIS: "360000" TRIGGER_GEN_SCHEDULE: "0 */10 * * * *" - RECOVER_FAILED_CRON: "0 0 */12 * * *" + RECOVER_FAILED_CRON: "0 */5 * * * *" AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx768m -XX:+UseG1GC" FAILED_AUTORECOVER_ENABLED: "true" NOT_NOTIFIED_AUTORECOVER_ENABLED: "true" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 751eb1d..bbdede0 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -121,6 +121,7 @@ microservice-chart: APPLICATIONINSIGHTS_CONNECTION_STRING: "ai-p-connection-string" COSMOS_RECEIPTS_CONN_STRING: "cosmos-receipt-connection-string" RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string" + AzureWebJobsStorage: "receipts-storage-account-connection-string" COSMOS_BIZ_EVENT_CONN_STRING: "cosmos-biz-event-p-connection-string" COSMOS_RECEIPT_KEY: "cosmos-receipt-pkey" COSMOS_BIZ_EVENT_KEY: "cosmos-bizevent-pkey" diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 3e43da1..28ea95c 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -121,6 +121,7 @@ microservice-chart: APPLICATIONINSIGHTS_CONNECTION_STRING: "ai-u-connection-string" COSMOS_RECEIPTS_CONN_STRING: "cosmos-receipt-connection-string" RECEIPTS_STORAGE_CONN_STRING: "receipts-storage-account-connection-string" + AzureWebJobsStorage: "receipts-storage-account-connection-string" COSMOS_BIZ_EVENT_CONN_STRING: "cosmos-biz-event-u-connection-string" COSMOS_RECEIPT_KEY: "cosmos-receipt-pkey" COSMOS_BIZ_EVENT_KEY: "cosmos-bizevent-pkey"