Skip to content

Add some info about Gunicorn #64

@Raruto

Description

@Raruto

As per v3.4, this is what is currently reported in the /scripts/docker-entrypoint.sh file::

gunicorn base.wsgi:application \
--limit-request-fields 0 \
--error-logfile - \
--log-level=debug \
--timeout ${G3WSUITE_GUNICORN_TIMEOUT:-120} \
--workers=${G3WSUITE_GUNICORN_NUM_WORKERS:-8} \
--max-requests=${G3WSUITE_GUNICORN_MAX_REQUESTS:-200} \
-b 0.0.0.0:8000

But currently the README.md file reports this stack without any other mention of gunicorn:

stack

This is what we can currently find in the documentation:

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions