API reference › @evolu/common › Schedule › 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.