Skip to content

fix: make gunicorn workers configurable - #188

Merged
Ndevu12 merged 2 commits into
Ndevu12:mainfrom
deshrajvermay9517-png:fix/configurable-gunicorn-workers-162
Jul 19, 2026
Merged

fix: make gunicorn workers configurable#188
Ndevu12 merged 2 commits into
Ndevu12:mainfrom
deshrajvermay9517-png:fix/configurable-gunicorn-workers-162

Conversation

@deshrajvermay9517-png

Copy link
Copy Markdown
Contributor

This PR makes the Gunicorn worker count configurable using the GUNICORN_WORKERS environment variable.

Changes made:

  • Added GUNICORN_WORKERS support in entrypoint.sh
  • Kept the default worker count as 4
  • Updated .env.example with the new environment variable
  • Updated docs/deployment.md with guidance for configuring worker count

Related Issue:

Closes #162

@deshrajvermay9517-png

Copy link
Copy Markdown
Contributor Author

Please review when you get a chance. Thank you!

@Ndevu12 Ndevu12 added the area:dx Developer Experience label Jun 28, 2026
@Ndevu12
Ndevu12 self-requested a review July 19, 2026 14:06

@Ndevu12 Ndevu12 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT

@Ndevu12
Ndevu12 merged commit 6572e9e into Ndevu12:main Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dx Developer Experience

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Gunicorn worker count configurable via environment variable

2 participants