スキップしてコンテンツを表示

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

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ