flask-gunicorn
flask-gunicorn copied to clipboard
Flask-Gunicorn replaces the default `flask run` web server with gunicorn.
https://github.com/doobeh/flask-gunicorn/blob/cb571ff9a08e1ac03b66f9a32bbe99dd78c46aca/flask_gunicorn.py#L26 Due to https://bugs.python.org/issue36054, when the above is run inside a container that has been allocated (say) a single core and 512 MB of RAM on a machine with 64...
Add threads when parsing arguments, add argument to the `cli` function and add to options sent to gunicorn. Add final dot on some help strings. Remove unnecessary `number_of_workers()` in options...
Can you please add an argument to supply a Gunicorn config file which specifies more options for Gunicorn?