Running Gunicorn — Gunicorn 20.1.0 documentation
docs.gunicorn.org › en › stable[server:main] use = egg:gunicorn#main host = 127.0.0.1 port = 8080 workers = 3 This approach is the quickest way to get started with Gunicorn, but there are some limitations. Gunicorn will have no control over how the application is loaded, so settings such as reload will have no effect and Gunicorn will be unable to hot upgrade a running ...