zlacker

[parent] [thread] 0 comments
1. varela+(OP)[view] [source] 2019-05-27 09:10:13
No. By default SQS uses `at-least-once delivery` system. It's distributed and when you connect to API one SQS node that you working with could have different state comparing to another, so you may fetch the same message twice by 2 separate workers even with big visibility timeout.
[go to top]