You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add createLinearRetryStrategy function with customizable initial delay and increment
Add linear preset to retryPresets for 1s, 2s, 3s, 4s, 5s delays
Export createLinearRetryStrategy from main SDK index
Include tests for linear backoff functionality
Add linear retry strategy for parity with JavaScript:
aws/aws-durable-execution-sdk-js#513