danielgmyers / flux-swf-client

Apache License 2.0
10 stars 3 forks source link

Split RetryUtils from flux-swf into RetryUtils in flux-common and AwsRetryUtils in the new flux-common-aws. #135

Closed danielgmyers closed 3 months ago

danielgmyers commented 3 months ago

The new flux-common-aws package will be shared by aws-based backends and (for now) only has the one helper class in it for handling throttling by AWS services and retryable exceptions generated by the AWS SDK.