Throttles
What is a Throttle?
The purpose of throttling is to prevent any action from being triggered too many times, thus generating too many alerts.
Throttle strategies
Implementing new strategy
To create a new throttle strategy, create a new class that inherits from base_throttle.py
, and implements check_throttling
.
You can also just submit a new feature request and we will get to it ASAP!