Skip to content

Releases: jpetrucciani/qoo

Adding send_batch to Queue

29 Aug 21:08
Compare
Choose a tag to compare

This release adds Queue.send_batch, as well as adds extra error checking, and automatic conversion of message body into either raw text or attributes.

Various cleanup, fixing the job.elapsed

21 Aug 15:27
Compare
Choose a tag to compare

This makes Job.elapsed work with the AWS metadata instead of using our own.

Initial Release

22 Jul 17:32
Compare
Choose a tag to compare

This is the first release of qoo, which contains some of the essential functionality stripped out of my internal helper modules for sqs. It also contains the beginning of the test suite.