sleep processor
Sleep for a period of time specified as a duration string for each message. This processor will interpolate functions within the duration field, you can find a list of functions here.
# Config fields, showing default values
pipeline:
processors:
- label: ""
sleep:
duration: "" # No default (required)
Fields
duration
The duration of time to sleep for each execution.
This field supports interpolation functions.
Type: string