#fastapi
Read more stories on Hashnode
Articles with this tag
In case you are using Fastapi, when does one use def and async def and how does using one make a difference over the other? Assuming that you scanned...
So as it goes, we were using FastAPI for one of the apps. Our app uses a lot of memory(for ml models). Premise: I wanted to launch multiple workers of...