Config simianarmy.chaos.ASG.maxTerminationsPerDay not respected when using LocalDB
timstorer opened this issue · 0 comments
timstorer commented
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.