You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In May 2021, AWS announced a new feature that enables high-throughput mode for FIFO queues in Amazon SQS, allowing customers to achieve up to 300 transactions per second (TPS) with batching and up to 3,000 TPS without batching.
We are currently not using this new feature for our delayed delivery in SQS. This issue is to investigate if the new feature can be used by enabling the high throughput mode for delayed delivery.