Releases: Netflix/dyno-queues
Releases · Netflix/dyno-queues
support for setUnackTimeout to extend the lease of unack'ed messages
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
dyno support for z_add with params is missing, so using alternative api