maragudk / goqite

Go queue library built on SQLite and inspired by AWS SQS.
https://maragudk.github.io/goqite/
MIT License
435 stars 13 forks source link

Implement ReceiveAndWait #14

Closed markuswustenberg closed 8 months ago

markuswustenberg commented 8 months ago

Useful when you have a worker or similar just waiting for messages.

Also cleaned up tests a bit.