View Source Runlet.Cmd.Threshold (runlet v1.2.0)
Passes events over a minimum limit
Link to this section Summary
Functions
Events below the threshold are suppressed. If the number of events in seconds seconds exceeds the threshold, all events, including events that were suppressed, are passed.
Link to this section Functions
@spec exec(Enumerable.t(), pos_integer(), pos_integer()) :: Enumerable.t()
Events below the threshold are suppressed. If the number of events in seconds seconds exceeds the threshold, all events, including events that were suppressed, are passed.