Skip to content

feat: add memory-based HPA scaling for web and worker#186

Merged
vishnu-narayanan merged 1 commit intomainfrom
feat/hpa-memory-threshold
Feb 19, 2026
Merged

feat: add memory-based HPA scaling for web and worker#186
vishnu-narayanan merged 1 commit intomainfrom
feat/hpa-memory-threshold

Conversation

@vishnu-narayanan
Copy link
Copy Markdown
Member

@vishnu-narayanan vishnu-narayanan commented Feb 19, 2026

Description

  • Add memorythreshold to HPA configuration for both web and worker deployments
  • HPA now scales on both CPU and memory utilization (default 75% for both)
  • Prevents OOM kills during high-concurrency periods

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Tested against a k8s cluster with HPA enabled

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code

Add memorythreshold to HPA configuration for both web and worker
deployments. HPA now scales on both CPU and memory utilization
(default 75% for both), preventing OOM kills during high-concurrency
periods.
@vishnu-narayanan vishnu-narayanan merged commit fa97c58 into main Feb 19, 2026
1 check passed
@vishnu-narayanan vishnu-narayanan deleted the feat/hpa-memory-threshold branch February 19, 2026 14:03
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