Fetch workspace connectors concurrently - #33421
Merged
copyberry[bot] merged 1 commit intoJul 15, 2026
Merged
Conversation
## Why Workspace accounts fetched the paginated connector directory before starting the independent workspace connector request, adding the latency of both request chains. ## What changed Start the workspace connector request alongside the public directory lookup. Continue to ignore workspace lookup failures and filter hidden workspace apps before merging the results. ## Testing Add a regression test that blocks the directory response until the workspace request starts, verifying that both lookups overlap and their connectors are returned. GitOrigin-RevId: fa29023a4154b555a31756054109e706e61c32c0
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/fa29023a4154b555a31756054109e706e61c32c0
branch
from
July 15, 2026 20:39
2349edb to
622a79e
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/fa29023a4154b555a31756054109e706e61c32c0
branch
July 15, 2026 20:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fetch workspace connectors concurrently
Why
Workspace accounts fetched the paginated connector directory before starting the independent workspace connector request, adding the latency of both request chains.
What changed
Start the workspace connector request alongside the public directory lookup. Continue to ignore workspace lookup failures and filter hidden workspace apps before merging the results.
Testing
Add a regression test that blocks the directory response until the workspace request starts, verifying that both lookups overlap and their connectors are returned.