You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: