local
The local rate limit is a simple X every Y type rate limit that can be shared across any number of components within the pipeline but does not support distributed rate limits across multiple running instances of Benthos.
Fields
count
The maximum number of requests to allow for a given period of time.
Type: int
Default: 1000
interval
The time window to limit requests by.
Type: string
Default: "1s"