Skip to content

fix: enforce RPC worker concurrency bounds - #8

Merged
smiggleworth merged 1 commit into
mainfrom
issue-6-rpc-worker-concurrency
Aug 8, 2026
Merged

fix: enforce RPC worker concurrency bounds#8
smiggleworth merged 1 commit into
mainfrom
issue-6-rpc-worker-concurrency

Conversation

@smiggleworth

Copy link
Copy Markdown
Contributor

Closes #6.\n\n- validate the broker's inclusive 1..1024 worker concurrency contract before sending\n- cover both valid boundaries and invalid values\n\nLocal verification:\n- dotnet format Fitz.sln --verify-no-changes --no-restore --severity warn\n- dotnet build Fitz.sln -c Release --no-restore\n- 221 non-integration tests\n- dotnet pack Fitz.sln -c Release --no-restore --output artifacts/packages

Copilot AI lite review requested due to automatic review settings August 8, 2026 10:41

Copilot AI left a comment

Copy link
Copy Markdown

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.

@smiggleworth
smiggleworth merged commit 82de7f6 into main Aug 8, 2026
12 checks passed
@smiggleworth
smiggleworth deleted the issue-6-rpc-worker-concurrency branch August 8, 2026 10:46
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.

feat: add bounded RPC worker concurrency option

2 participants