= sleep :type: processor :status: stable :categories: ["Utility"] //// THIS FILE IS AUTOGENERATED! To make changes, edit the corresponding source file under: https://github.com/redpanda-data/connect/tree/main/internal/impl/. And: https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen/templates/plugin.adoc.tmpl //// // © 2024 Redpanda Data Inc. component_type_dropdown::[] 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 xref:configuration:interpolation.adoc#bloblang-queries[here]. ```yml # Config fields, showing default values label: "" sleep: duration: "" # No default (required) ``` == Fields === `duration` The duration of time to sleep for each execution. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions]. *Type*: `string`