Motiva-AI / clj-sqs-extended

Client library for AWS SQS with support for large messages, up to 2GB. This is a Clojure wrapper for https://github.com/awslabs/amazon-sqs-java-extended-client-lib
MIT License
3 stars 0 forks source link

Improve restart-loop usage #39

Closed ghost closed 4 years ago

ghost commented 4 years ago

Restarting the receive loop upon error might not help in some situations. Non-critical errors should be logged and critical errors should be logged and result in ending the loop instead. There might be an even better way to be discovered here.

After the modification new tests which cause various internal errors should of course be added.