Skip to content

Commit

Permalink
Merge pull request #4368 from DFE-Digital/fix-staging-monitoring
Browse files Browse the repository at this point in the history
Decrease alert_window_size to 1h for stg monitors
  • Loading branch information
RMcVelia authored Jul 12, 2024
2 parents 8be9b13 + 2a597a0 commit ff6ed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aks/workspace_variables/staging_aks.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"enable_find": true,
"alert_window_size": "PT6H",
"alert_window_size": "PT1H",
"additional_hostnames": [
"staging.publish-teacher-training-courses.service.gov.uk",
"staging.find-postgraduate-teacher-training.service.gov.uk",
Expand Down

0 comments on commit ff6ed01

Please sign in to comment.