aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
kenny 2019-12-06T22:10:27.238300Z

It may be worth adding another function to cognitect.aws.retry that includes jitter. Seems like a fairly common use case.

kenny 2019-12-06T22:26:43.238500Z

https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/ I'd probably recommend that to be the default.

kenny 2019-12-06T22:27:23.238800Z

It's easy enough to write your own and pass it to the client for now though.