API reference@evolu/commonSchedule › retryStrategyAws

const retryStrategyAws: Schedule<Millis>;

Defined in: packages/common/src/Schedule.ts:2122

AWS SDK for Java 2.1 ordinary-failure retry timing.

Exponential backoff (50ms base), max 2 retries (3 total attempts), 20s cap, full jitter.

This schedule does not model throttling-specific timing, token accounting, or circuit breaking.

See

https://github.com/aws/aws-sdk-java-v2/blob/b69b75f07b6ebd93fd44b032d49b76a3b71fbb90/core/retries/src/main/java/software/amazon/awssdk/retries/DefaultRetryStrategy.java