Skip to content

Commit 904c795

Browse files
committed
HARMONY-2154: Change service failure metric period from 60 minutes to 30 minutes
1 parent 2178fa0 commit 904c795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/cron-service/env-defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ USER_WORK_UPDATER_CRON="*/3 * * * *" # every 3 minutes
2121
USER_WORK_EXPIRATION_MINUTES=3
2222

2323
# The cron schedule for publishing service failure metrics to CloudWatch
24-
PUBLISH_SERVICE_FAILURE_METRICS_CRON="0 * * * *" # every hour on the hour
24+
PUBLISH_SERVICE_FAILURE_METRICS_CRON="0,30 * * * *" # every half hour
2525

2626
# How far to go back from the current time when computing service failure percentages.
2727
# This should correspond to how often the computation runs based on
2828
# PUBLISH_SERVICE_FAILURE_METRICS_CRON
29-
FAILURE_METRICS_LOOK_BACK_MINUTES=60
29+
FAILURE_METRICS_LOOK_BACK_MINUTES=30

0 commit comments

Comments
 (0)