Skip to content

Releases: Nosto/lazysusan

2.1.7

09 Nov 07:49
fd0f931
Compare
Choose a tag to compare

MultitenantQueue.delete method to return boolean value indicating whether deleted message did exist in queue or not. If processing of dequeued message takes more time than defined invisibility period then same message can be dequeued again after invisibility period has passed. This can result to situation where multiple workers read same message and try to delete it after processing. If deleted message does not exist it indicates that it was dequeued and deleted already before meaning that invisibility period might be too short.

2.1.6

22 Sep 14:05
5a210eb
Compare
Choose a tag to compare
Merge pull request #36 from Nosto/dequeue-requested-max-message-count…