Skip to content

fix: chunk bulk human-review dispatch to avoid saturating the backend - #394

Merged
Rassl merged 1 commit into
mainfrom
fix/bulk-human-review-chunking
Sep 2, 2026
Merged

fix: chunk bulk human-review dispatch to avoid saturating the backend#394
Rassl merged 1 commit into
mainfrom
fix/bulk-human-review-chunking

Conversation

@Rassl

@Rassl Rassl commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Firing all selected dispatches in parallel exceeded jarvis's worker pool (~32 slots), where each request blocks on a synchronous Stakwork project-creation call; the overflow queued past boltwall's upstream timeout and surfaced as a consistent ~14 opaque 500s per 50-review batch. Dispatch now runs in chunks of 8, keeping the pool comfortable and pacing Stakwork; failure accounting and the partial-failure selection behaviour are unchanged.

Firing all selected dispatches in parallel exceeded jarvis's worker
pool (~32 slots), where each request blocks on a synchronous Stakwork
project-creation call; the overflow queued past boltwall's upstream
timeout and surfaced as a consistent ~14 opaque 500s per 50-review
batch. Dispatch now runs in chunks of 8, keeping the pool comfortable
and pacing Stakwork; failure accounting and the partial-failure
selection behaviour are unchanged.
@Rassl
Rassl merged commit ea05fcb into main Sep 2, 2026
1 check 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