Open nikhilc2710 opened 3 years ago
Normally with gunicorn or uvicorn, or whatever you usually use for it. Also you may pass workers quantity to app.run() as it's provided here
app.run()
Normally with gunicorn or uvicorn, or whatever you usually use for it. Also you may pass workers quantity to
app.run()
as it's provided here