Skip to content

Releases: h2ik/go-sqs-poller

Restrict the interface even more.

11 Nov 20:57
8231a4e
Compare
Choose a tag to compare
Restrict the interface to run the worker. (#14)

The worker needs DeleteMessage,ReceiveMessage in order to run.
The worker needs GetQueueUrl only if it is being initialized with a queue name.

Minimal Interface

10 Nov 18:09
da8cbc1
Compare
Choose a tag to compare

QueueAPI interface defines the minimum interface

Thanks @bernata!!

Fix an issue with setting WaitTimeSeconds

17 Dec 14:47
7bfb70a
Compare
Choose a tag to compare

WaitTimeSeconds was using the config value for MaxNumberOfMessage instead of WaitTimeSecond. This just fixes this issue.

Fixed a problem with the QueueURL

18 Oct 15:20
2fc79bf
Compare
Choose a tag to compare
Fix incorrect QueueUrl (#8)

Fix incorrect QueueUrl

Multiple Workers in one app.

10 Oct 19:01
2e5e6ea
Compare
Choose a tag to compare

Thanks to @vaihtovirta for adding support for multiple workers in a single app.