Find answers from the community

Updated 8 months ago

has anyone experienced longer running

has anyone experienced longer running times with .acomplete compared to the synchronous .complete?
L
m
6 comments
eh sometimes if timeouts happen
something might also be starving/blocking the async loop
Im running it on fastapi
is it better to run async always or sync?
I would always use async --- it sounds like to me something is running in non-async and blocking the event loop though
thanks - yeah that could be it
Add a reply
Sign up and join the conversation on Discord