sleep data source
blackstork/builtin, v0.4.2
Description #
Sleeps for the specified duration. Useful for testing and debugging.
The sleep data source is built into the BlackStork engine. It is available out-of-the-box
and requires no installation or dependency declaration.
Configuration #
This data source does not accept any configuration arguments.
Usage #
This data source accepts the following arguments within a data sleep block:
data sleep {
# Duration to sleep
#
# Optional string.
# Must be non-empty
# Default value:
duration = "1s"
}