rocketry-with-fastapi icon indicating copy to clipboard operation
rocketry-with-fastapi copied to clipboard

is it possible to use reload when running uvicorn ?

Open DaniFik07 opened this issue 2 years ago • 3 comments

i tried this way but didn't work uvicorn.Config( reload=true, workers=1, loop="asyncio")

DaniFik07 avatar Nov 02 '22 07:11 DaniFik07

Same issue

Yangeok avatar Nov 30 '22 12:11 Yangeok

I use this startup method and reloading works. image

cudjo avatar Dec 21 '22 07:12 cudjo

I use this startup method and reloading works. image

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 ?

DaniFik07 avatar Dec 22 '22 07:12 DaniFik07