(fix)compression: increase storage gRPC connections to 8#2644
Conversation
There was a problem hiding this comment.
An organization admin can view or raise the cap at claude.ai/admin-settings/claude-code. The cap resets at the start of the next billing period.
Once the cap resets or is raised, reopen this pull request to trigger a review.
❌ 11 Tests Failed:
View the top 2 failed test(s) by shortest run time
View the full list of 10 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Fetching in compressed mode, we make more GCS requests (2MbU at a time, not 4). Increasing the number of gRPC connection to 8 appears to have improved the performance - better fetch P9x and fewer health check failures.
Fetching in compressed mode, we make more GCS requests (2MbU at a time, not 4). Increasing the number of gRPC connection to 8 appears to have improved the performance - better fetch P9x and fewer health check failures.