Saltar al contenido

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

preguntada hace 2 años298 visualizaciones

1 Respuesta
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"

EXPERTO

respondido hace 2 años

EXPERTO

revisado hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.