Skip to content
New issue

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

[RDB Scaling] Ensure cloudwatch doesn't call lambda repeatedly during long spikes #56

Open
eugenetemlock opened this issue Nov 1, 2023 · 0 comments
Assignees
Milestone

Comments

@eugenetemlock
Copy link
Contributor

Make sure if the alarm state is IN_ALARM for multiple consecutive data points, the lambda is still only triggered once:

Consider limiting the eventBridge event pattern to only raise an alarm if the previous state was "OK"

Would test by running expensive query on a frequent enough timer and make sure lambda is called only once

@eugenetemlock eugenetemlock self-assigned this Nov 1, 2023
@zanbuchanan zanbuchanan added this to the Phase2 milestone Dec 12, 2023
@zanbuchanan zanbuchanan changed the title [PH2][RDB Scaling] Ensure cloudwatch doesn't call lambda repeatedly during long spikes [RDB Scaling] Ensure cloudwatch doesn't call lambda repeatedly during long spikes Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants