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
Copy file name to clipboardExpand all lines: .changeset/public-books-unite.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,34 @@
2
2
"effect": minor
3
3
---
4
4
5
-
add RetryPlan module
5
+
add ExecutionPlan module
6
6
7
-
A `RetryPlan` can be used with `Effect.retry` or `Stream.retry`, allowing you to provide different resources for each step of the plan.
7
+
-A `ExecutionPlan` can be used with `Effect.withExecutionPlan` or `Stream.withExecutionPlan`, allowing you to provide different resources for each step of execution until the effect succeeds or the plan is exhausted.
0 commit comments