We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8efe7b commit 2d487adCopy full SHA for 2d487ad
1 file changed
docs/sdk-reference/error-handling/retries.md
@@ -11,8 +11,8 @@ step body.
11
Retries do not consume Lambda execution time while waiting for the next retry.
12
13
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.
+it to your handler. If you configure no retry strategy on a step, the SDK applies a default strategy
+with up to 5 retries (6 total attempts). See [Retry presets](#retry-presets).
16
17
## Configure a retry strategy
18
0 commit comments