php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.17k stars 429 forks source link

Async sqs client #1348

Open wslawski-printify opened 3 months ago

wslawski-printify commented 3 months ago

So I noticed lately that enqueue is sending messages through sync aws client. Which takes a bit of time and waits for full response which shouldn't really be necessary in all cases. Is there any chance you can actually add option to use sendMessageAsync or use https://async-aws.com/compare.html ?