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 2178fa0 commit 904c795Copy full SHA for 904c795
services/cron-service/env-defaults
@@ -21,9 +21,9 @@ USER_WORK_UPDATER_CRON="*/3 * * * *" # every 3 minutes
21
USER_WORK_EXPIRATION_MINUTES=3
22
23
# The cron schedule for publishing service failure metrics to CloudWatch
24
-PUBLISH_SERVICE_FAILURE_METRICS_CRON="0 * * * *" # every hour on the hour
+PUBLISH_SERVICE_FAILURE_METRICS_CRON="0,30 * * * *" # every half hour
25
26
# How far to go back from the current time when computing service failure percentages.
27
# This should correspond to how often the computation runs based on
28
# PUBLISH_SERVICE_FAILURE_METRICS_CRON
29
-FAILURE_METRICS_LOOK_BACK_MINUTES=60
+FAILURE_METRICS_LOOK_BACK_MINUTES=30
0 commit comments