Remove redundant syntax #232
-
little things. more discussions: Inpired a lot by your repo. good job man! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you! And sorry for the very long delay. 😅 At some point I deprecated Alpine. 😅 And now that Uvicorn supports managing workers with Because of that, I deprecated this Docker image: https://github.com/tiangolo/uvicorn-gunicorn-docker#-warning-you-probably-dont-need-this-docker-image |
Beta Was this translation helpful? Give feedback.
Thank you! And sorry for the very long delay. 😅
At some point I deprecated Alpine. 😅 And now that Uvicorn supports managing workers with
--workers
, including restarting dead ones, there's no need for Gunicorn. That also means that it's much simpler to build a Docker image from scratch now, I updated the docs to explain it.Because of that, I deprecated this Docker image: https://github.com/tiangolo/uvicorn-gunicorn-docker#-warning-you-probably-dont-need-this-docker-image