DavidOsparks

Results 1 comments of DavidOsparks

I had the same problem. Simple uvicorn running was working well, but ``` gunicorn --workers=2 -k uvicorn.workers.UvicornWorker my_api:app ``` or even use tiangolo/uvicorn-gunicorn-fastapi:python3.8 to run my program got the same...