Ask HN: How to handle fairness in multi-tenancy system using AWS SQS?
I want to ensure fairness in the consumers of SQS, the queue will have messages from multiple tenants, without any prior knowledge of the message frequency and message count from producers.
If The messages are processed in the FIFO order, the resources will be blocked my tenant and my new message my a different tenant will need to wait for the queued messages to be consumed.
I guess it should be a common case in any SAAS system, so I was looking for different approaches to solve this scenario.
0 comments of 1
[ 0.22 ms ] story [ 11.7 ms ] threadNo comments yet.