跳至内容

SQS - Quota Issue

0

Hi,

I am using SQS to dynamically create FIFO Queues and add messages to that in our application. Sometimes, when I request to create a new queue, it takes much time than normal, takes about more than 2 minutes. What could be the issue.

Note: I am frequently creating new queue on each request and then delete the queue once data is processed.

  • please accept the answer if it was helpful

已提问 2 年前298 查看次数

1 回答
1

Instead of creating and deleting queues dynamically, maintain a pool of pre-created FIFO queues. Assign messages to these queues as needed and reuse them. This approach reduces the overhead of queue creation and deletion.

If your use case absolutely requires frequent creation of new queues, consider contacting AWS Support. It looks like a temporary technical issue from the AWS side. As you mentioned, you encounter this "sometimes"

专家

已回答 2 年前

专家

已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。