tiangolo / meinheld-gunicorn-docker

Docker image with Meinheld managed by Gunicorn for high-performance WSGI (Flask, Django, etc) web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting the type of worker [question]

pjmagee opened this issue · comments

Is the type of worker still configurable in the python config file after starting it like this in the entrypoint.sh file?

https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/python3.7/entrypoint.sh#L23

The type of worker in this image is Meinheld (at least by default) which is what provides all the performance benefits.

I can close this. Thanks

Thanks for coming back and closing it.