Async sqs client
wslawski-printify opened this issue · 0 comments
wslawski-printify commented
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 ?