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. After every interval, the previous run is finished by stopping its input, and a new run is started.
Examples
Produce once event every second and enumerate the result:
Fetch the results from an API every 10 minutes and publish the result: