URL/Location
https://docs.aws.amazon.com/durable-execution/sdk-reference/error-handling/retries/
Describe What's Incorrect or Lacking
Add explicit examples for
- Exponential backoff with max attempts:
- Fixed interval backoff
- Conditional retry (retry only specific errors):
- Disable retries
When the retry strategy returns shouldRetry: false, the step fails immediately without retries. Use this for operations that should not be retried, such as idempotency checks or operations with side effects that cannot be safely repeated.
Suggested Improvement
No response
Additional Context
No response
URL/Location
https://docs.aws.amazon.com/durable-execution/sdk-reference/error-handling/retries/
Describe What's Incorrect or Lacking
Add explicit examples for
When the retry strategy returns shouldRetry: false, the step fails immediately without retries. Use this for operations that should not be retried, such as idempotency checks or operations with side effects that cannot be safely repeated.
Suggested Improvement
No response
Additional Context
No response