sleep data source

blackstork/builtin, v1.0.0

Description

Pauses data retrieval for the specified duration and returns the start time, end time, and elapsed duration. Intended 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"
}