Skip to content

Releases: Netflix/dyno-queues

support for setUnackTimeout to extend the lease of unack'ed messages

24 Oct 16:01
Compare
Choose a tag to compare

Once the message is popped out of the queue, it needs to be acknowledged using ack() method.
If no ack is received within the configured time (configured at the time of queue creation), then the message is put back into the queue and redelivered.

setUnackTimeout extends this lease for further time.

v1.0.3-rc.2

21 Oct 05:15
Compare
Choose a tag to compare
v1.0.3-rc.2 Pre-release
Pre-release
dyno support for z_add with params is missing, so using alternative api

v1.0.1

03 Oct 21:07
Compare
Choose a tag to compare
Merge pull request #7 from Netflix/master

Master

v1.0.0

17 Aug 19:08
Compare
Choose a tag to compare
Merge pull request #6 from Netflix/dev

update the group name to dyno-queues

v0.0.7

16 Aug 21:30
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Merge pull request #6 from Netflix/dev

update the group name to dyno-queues