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
In order to make use of background callbacks and increased performance for multiple users, it needs to be possible to run in a more production scaled server instead of running the app using app.run_server()
Description
In order to make use of background callbacks and increased performance for multiple users, it needs to be possible to run in a more production scaled server instead of running the app using app.run_server()
Should look into uvicorn