Skip to content

Raise kelos-workers and kelos-pr-responder maxConcurrency to 8#1167

Merged
gjkim42 merged 1 commit into
mainfrom
bump-workers-pr-responder-concurrency
May 19, 2026
Merged

Raise kelos-workers and kelos-pr-responder maxConcurrency to 8#1167
gjkim42 merged 1 commit into
mainfrom
bump-workers-pr-responder-concurrency

Conversation

@gjkim42
Copy link
Copy Markdown
Collaborator

@gjkim42 gjkim42 commented May 19, 2026

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Bumps maxConcurrency on kelos-workers (3 → 8) and kelos-pr-responder (2 → 8) so more incoming events can run in parallel.

Which issue(s) this PR is related to:

N/A

Special notes for your reviewer:

Related to #1163, which bumps the per-task requests.memory for these same two spawners from 512Mi to 1Gi. With 8 concurrent tasks per spawner and 1 GiB requests each, peak memory commitment is ~16 GiB across the two spawners — comfortably within node capacity.

Does this PR introduce a user-facing change?

NONE

Summary by cubic

Increase maxConcurrency to 8 for kelos-workers (3→8) and kelos-pr-responder (2→8) so more incoming events run in parallel. This reduces queueing and event latency, and pairs with #1163’s memory bump to remain within node capacity.

Written for commit 01e06f9. Summary will update on new commits. Review in cubic

Both spawners often queue more incoming events than they can run in
parallel (3 and 2). Bump to 8 so more tasks can run concurrently.
@gjkim42 gjkim42 merged commit 225d2df into main May 19, 2026
18 of 19 checks passed
@gjkim42 gjkim42 deleted the bump-workers-pr-responder-concurrency branch May 19, 2026 23:10
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.

1 participant