Skip to content

Conversation

@franciscojavierarceo
Copy link
Member

  • Add multi-worker configuration with auto-scaling (CPU * 2 + 1)
  • Add worker connections, max-requests, and jitter parameters
  • Optimize registry TTL from 2s/5s to 60s for reduced refresh overhead
  • Support --workers=-1 for automatic worker count calculation
  • Add worker recycling to prevent memory leaks

Expected Impact:

  • 300-500% throughput increase with proper worker scaling
  • Reduced registry refresh overhead
  • Better resource utilization in containerized environments

What this PR does / why we need it:

Which issue(s) this PR fixes:

Misc

- Add multi-worker configuration with auto-scaling (CPU * 2 + 1)
- Add worker connections, max-requests, and jitter parameters
- Optimize registry TTL from 2s/5s to 60s for reduced refresh overhead
- Support --workers=-1 for automatic worker count calculation
- Add worker recycling to prevent memory leaks

Expected Impact:
- 300-500% throughput increase with proper worker scaling
- Reduced registry refresh overhead
- Better resource utilization in containerized environments

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
@franciscojavierarceo franciscojavierarceo requested a review from a team as a code owner January 20, 2026 14:36
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants