Skip to content

Gunicorn

Chetabahana edited this page Apr 9, 2019 · 30 revisions

instance_class: F2
entrypoint: gunicorn -b :$PORT saleor.wsgi --timeout 120

automatic_scaling:
  max_instances: 1

opsi

entrypoint: gunicorn -b :$PORT saleor.wsgi --timeout 90 --threads 2 --workers 3
 --timeout 120 --threads 2 --worker-class gthread --log-level debug --workers $((2 * $(getconf _NPROCESSORS_ONLN) + 1))
How Instances are Managed

https://gunicorn.org/

https://pypi.org/project/gunicorn/

https://github.com/benoitc/gunicorn

http://docs.gunicorn.org/en/stable/run.html

http://rahmonov.me/posts/run-a-django-app-with-gunicorn-in-ubuntu-16-04/

Project Tutorial

You are on the wiki of our repo

Chetabahana Project

Clone this wiki locally