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
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
When using LocalDBRecorder, we found that the config simianarmy.chaos.ASG.maxTerminationsPerDay was not being respected. This is because the groupName field was not being compared for matches, so getPreviousTerminationCount in BasicChaosMonkey always returned 0 terminations for the ASG.
When using LocalDBRecorder, we found that the config simianarmy.chaos.ASG.maxTerminationsPerDay was not being respected. This is because the groupName field was not being compared for matches, so getPreviousTerminationCount in BasicChaosMonkey always returned 0 terminations for the ASG.
This is fixed by PR #309.
The text was updated successfully, but these errors were encountered: