Remove the option to use a WSGI server
Use only ASGI to serve the API. Change makefile target to use UvicornWorker with gunicorn. This will allow the server to use asynchronous features. doc: https://www.uvicorn.org/#running-with-gunicorn
Migrated from D8374 (view on Phabricator)