I\'m running FastAPI application in Docker on Kubernetes. It restarts all the time with Uvicorn. Therefore as the official guide suggested, I used gunicorn with UvicornWorker. <