every
Runs a pipeline periodically at a fixed interval.
Description
The every
operator repeats running a pipeline indefinitely at a fixed
interval. The first run is starts directly when the outer pipeline itself
starts.
Every interval
, the executor spawns a new pipeline that runs to completion. If
the pipeline runs longer than interval
, the next run immediately starts.