sqs-queue-parallel icon indicating copy to clipboard operation
sqs-queue-parallel copied to clipboard

Add stopping capability

Open jsas opened this issue 11 years ago • 2 comments

Currently, there's no way to stop listening. AWS.Request exposes an abort() that can be used to stop the queue. I'd make a pull request, but I don't drink Coffee.

Maybe store active requests returned from self.client.receiveMessage, and expose a disconnect() method on the queue?

Btw, love your use of the async module. i don't leave home without it.

jsas avatar Dec 13 '14 19:12 jsas

:+1: to stopping capability.

monsieurBelbo avatar Dec 22 '14 18:12 monsieurBelbo

Love to have the ability to pause() or stop()

chriskinsman avatar Feb 05 '15 19:02 chriskinsman