aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
orestis 2019-11-29T14:42:21.222400Z

I’m pulling events from SQS in an infinite loop and wanted to make sure that if something goes wrong, the loop restarts. It seems though that I can’t make things break because the http client behind the scenes also does retries and backoff etc, so I wonder if that’s guaranteed behaviour?

2019-11-29T21:11:47.223300Z

If you're talking about the aws-api, you can supply your own retriable? and backoff functions: https://cognitect-labs.github.io/aws-api/cognitect.aws.client.api-api.html#cognitect.aws.client.api/client