Open DaniFik07 opened 2 years ago
Same issue
I use this startup method and reloading works.
I use this startup method and reloading works.
how does the flow of the system by using this method ? does the task run inside the app instead of run parallel with the app ?
i tried this way but didn't work
uvicorn.Config( reload=true, workers=1, loop="asyncio")