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
Hey there, perhaps not the proper place to share this but i've just stumbled upon that url looking for some information about how to manage timeouts in uvicorn and it says: uvicorn myapp:app --timeout 30 --shutdown-timeout 45
That's wrong, none of the config parameters are valid uvicorn configuration. It would be nice if someone fix it to avoid people getting confused.
Hey there, perhaps not the proper place to share this but i've just stumbled upon that url looking for some information about how to manage timeouts in uvicorn and it says:
uvicorn myapp:app --timeout 30 --shutdown-timeout 45
That's wrong, none of the config parameters are valid uvicorn configuration. It would be nice if someone fix it to avoid people getting confused.
Source:
Thanks!
The text was updated successfully, but these errors were encountered: