Skip to content

throttle bulk wave issue adds#1945

Merged
efstajas merged 1 commit into
mainfrom
throttle-bulk-issue-adds
Jul 23, 2026
Merged

throttle bulk wave issue adds#1945
efstajas merged 1 commit into
mainfrom
throttle-bulk-issue-adds

Conversation

@efstajas

Copy link
Copy Markdown
Contributor

adding a big batch of issues to a wave program fired one request per issue all at once, and they all just pile up on the backend's org-wide lock. now the adds run through a small concurrency-limited runner (max 2 in flight) instead, so the lock queue stays shallow while keeping a bit of pipelining.

the helper keeps Promise.allSettled semantics (results in input order, keeps going past failures), so the existing partial-failure handling in the flow is unchanged. added unit tests for it.

Copilot AI review requested due to automatic review settings July 23, 2026 19:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@efstajas
efstajas merged commit 55bcd41 into main Jul 23, 2026
6 of 8 checks passed
@efstajas
efstajas deleted the throttle-bulk-issue-adds branch July 23, 2026 19:54
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.

2 participants