#718 Branch tasks now inherit retry policy from ParallelOperator

closed high Created 2025-12-26 23:58 · Updated 2025-12-26 23:58

Description

Edit
Fixed branch execution tasks to inherit max_attempts and retry_strategy from the ParallelOperator's retry_policy. Users can now add retry_policy to their parallel() operator in DSL to enable worker crash recovery for branches. Example: .parallel(branches={...}, retry_policy=RetryPolicy(max_retries=2, delay=timedelta(seconds=10)))

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...