Skip to content

Commit

Permalink
chore: ignore invalid email address error from ListManager (#1570)
Browse files Browse the repository at this point in the history
Update the CloudWatch error metric so that when an invalid email address
error is returned from ListManager, it does not trigger an alarm.
  • Loading branch information
patheard authored Jan 8, 2024
1 parent 6e08e30 commit 14417df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/terragrunt/aws/alarms/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ locals {
"HTTP/1.1\\\" 403",
"HTTP/1.1\\\" 404",
"Undefined constant",
"value_error.email",
"/usr/src/wordpress/wp-content/languages",
]
wordpress_database_errors = [
Expand Down

0 comments on commit 14417df

Please sign in to comment.