We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
The reason we didn't get an alarm for high memory use is because of how our alarm is configured: https://github.com/cds-snc/forms-terraform/blob/27de887afba0ce8d80a8bceb3fe22048795781c2/aws/alarms/cloudwatch_app.tf#L26-L30
It is setup to trigger on Average memory use above 50%, and only if that average use is sustained over 4 minutes:
Average
2 evaluation periods * 120 second period
Looking at the period we had expected this alarm to trigger, Average memory use didn't get about 40%, but Maximum memory use hit 100%:
Maximum
I'd recommend we switch the alarm to Maximum memory use to catch this in the future:
Sorry, something went wrong.
Alarms have all been updated.
patheard
No branches or pull requests
The text was updated successfully, but these errors were encountered: