Skip to content

Commit 2d487ad

Browse files
TrickSumoyaythomas
authored andcommitted
Update retry strategy explanation in documentation
Clarified default retry strategy behavior in error handling.
1 parent f8efe7b commit 2d487ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sdk-reference/error-handling/retries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ step body.
1111
Retries do not consume Lambda execution time while waiting for the next retry.
1212

1313
When a step exhausts all retry attempts, the SDK checkpoints the final error and throws
14-
it to your handler. If you configure no retry strategy on a step, any exception
15-
propagates immediately without retrying.
14+
it to your handler. If you configure no retry strategy on a step, the SDK applies a default strategy
15+
with up to 5 retries (6 total attempts). See [Retry presets](#retry-presets).
1616

1717
## Configure a retry strategy
1818

0 commit comments

Comments
 (0)