How to run server on multiple cores?
nikhilc2710 opened this issue · 1 comments
nikhilc2710 commented
How to run server on multiple cores?
SerGeRybakov commented
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