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

Replace sleeps with wait-for #44

Open ghost opened 4 years ago

ghost commented 4 years ago

Currently some tests use (Thread/sleep) to wait for some desired result which is ugly. We should use wait-for instead.

ghost commented 4 years ago

I took the liberty to change the milestone to v0.4 to indicate that we'll take care of this a little later.