SQS Não Funciona
Welcome!
- [X] Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Conectei o SQS da Amazon no Env e ativei ele através do manager do Post. Quando eu faço o Get, ele confirma que o SQS está ativado.
Pelo log do portainer vi que não está gerando a fila. Criei a fila manualmente e ela populou corretamenta.
What did you expect?
Crie a fila para cada evento e instancia no SQS
What did you observe instead of what you expected?
Não gerava fila e só gerou manualmente.
Screenshots/Videos
Fila criada manualmente

Após criar a fila da certo

Ele não encontrando fila, que ele deveria ter criado
Which version of the API are you using?
V 2.1.0
What is your environment?
Docker
Other environment specifications
2GB Ram 4 CPUv
If applicable, paste the log output
{
local: 'p.sendData-SQS',
message: 'The specified queue does not exist.',
hostName: undefined,
code: undefined,
stack: 'QueueDoesNotExist: The specified queue does not exist.\n' +
' at de_QueueDoesNotExistRes (/evolution/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js:1475:21)\n' +
' at de_CommandError (/evolution/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js:1201:19)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at async /evolution/node_modules/@smithy/middleware-serde/dist-cjs/index.js:35:20\n' +
' at async /evolution/node_modules/@smithy/core/dist-cjs/index.js:165:18\n' +
' at async /evolution/node_modules/@smithy/middleware-retry/dist-cjs/index.js:320:38\n' +
' at async /evolution/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js:131:16\n' +
' at async /evolution/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js:34:22',
name: 'QueueDoesNotExist',
url: '01-instance-dotcoding_presence_update.fifo',
server_url: '<
Additional Notes
No response