You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: