Skip to main content

Module repeat

Module repeat 

Source
Expand description

Repeat derivation - creates multiple runs for tasks with Repeat policy.

The Repeat derivation ensures that each task with a Repeat run policy has exactly N runs created according to the specified count and interval. It tracks derived runs to prevent duplicate creation.

Structs§

RepeatDerivationParams
Parameters for repeat derivation that group the repeat policy fields with derivation state.

Functions§

derive_repeat
Derives runs for a Repeat policy task.