Skip to content

fix: reduce gunicorn workers from 4 to 2 to prevent OOM kill - #58

Merged
elliotechne merged 1 commit into
mainfrom
remove-paths-filter
Mar 14, 2026
Merged

fix: reduce gunicorn workers from 4 to 2 to prevent OOM kill#58
elliotechne merged 1 commit into
mainfrom
remove-paths-filter

Conversation

@elliotechne

Copy link
Copy Markdown
Owner

4 workers * ~300MB per Python process was hitting the 1250Mi container memory limit, causing workers to be SIGKILL'd before they could serve /health, which caused connection refused on the startup probe and ultimately the deployment progress deadline error.

4 workers * ~300MB per Python process was hitting the 1250Mi container
memory limit, causing workers to be SIGKILL'd before they could serve
/health, which caused connection refused on the startup probe and
ultimately the deployment progress deadline error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@elliotechne
elliotechne merged commit d16bc16 into main Mar 14, 2026
5 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.

1 participant