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§
- Repeat
Derivation Params - Parameters for repeat derivation that group the repeat policy fields with derivation state.
Functions§
- derive_
repeat - Derives runs for a Repeat policy task.