SQS Queues: Order Isn't Guaranteed!
Nov 25 / 1 min read
Language Mismatch Disclaimer: Please be aware that the language of this article may not match the language settings of your browser or device.
Do you want to read articles in English instead ?
I was today's year old when I found out that SQS queue that would not necessarily process the items in queue in the order they are pushed.
We still wanted the unlimited throughput but with order. Ended up switching to an event based system rather than pipeline that relied on the order of processing in the queue.
#EventDriven #SQS