Skip to content

Conversation

tzezar
Copy link
Contributor

@tzezar tzezar commented Jun 13, 2025

This change introduces a new environment variable GUNICORN_WORKERS to control the number of Gunicorn worker processes handling API requests.

  • If GUNICORN_WORKERS is not set, it defaults to 4.

  • This allows easier tuning of the API server’s concurrency and resource usage based on deployment needs.

  • Logs the worker count on startup for better visibility.

@philipkozeny
Copy link
Collaborator

Thanks @tzezar for the contribution!

@philipkozeny philipkozeny merged commit 253e971 into mediagis:master Jun 13, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants