File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export type RunOptions<T> = {
171171 serde ?: Serde < T > ;
172172
173173 /**
174- * Max number of retry attempts, before giving up.
174+ * Max number of attempts (including the initial) , before giving up.
175175 *
176176 * When giving up, `ctx.run` will throw a `TerminalError` wrapping the original error message.
177177 */
Original file line number Diff line number Diff line change @@ -759,7 +759,8 @@ export type ServiceOpts<U> = {
759759
760760export type RetryPolicy = {
761761 /**
762- * Max number of retry attempts. When reached, the behavior specified in {@link onMaxAttempts} will be applied.
762+ * Max number of retry attempts (including the initial).
763+ * When reached, the behavior specified in {@link onMaxAttempts} will be applied.
763764 */
764765 maxAttempts ?: number ;
765766
You can’t perform that action at this time.
0 commit comments