You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Durable Agent currently does not apply any resiliency policy to activities by default. As a result, a single failure in any activity causes the entire agent workflow to fail.
This behavior reduces robustness for long-running workflows where transient errors are expected.
Expected Behavior:
Every activity should, by default, have a resiliency policy applied with infinite retries.
Durable Agent should expose configuration to adjust this default, allowing users to: