Skip to content

Commit

Permalink
fix: Updated values-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Dec 7, 2023
1 parent 872ecf4 commit 960d447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ microservice-chart:
OTEL_TRACES_SAMPLER: "always_on"
MAX_DATE_DIFF_MILLIS: "360000"
MAX_DATE_DIFF_NOTIFY_MILLIS: "360000"
TRIGGER_GEN_SCHEDULE: "0 */10 * * * *"
RECOVER_FAILED_CRON: "0 */5 * * * *"
TRIGGER_GEN_SCHEDULE: "0 0 */6 * * *"
RECOVER_FAILED_CRON: "0 0 */12 * * *"
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"
Expand Down

0 comments on commit 960d447

Please sign in to comment.