Skip to content

Fetch workspace connectors concurrently - #33421

Merged
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/fa29023a4154b555a31756054109e706e61c32c0
Jul 15, 2026
Merged

Fetch workspace connectors concurrently#33421
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/fa29023a4154b555a31756054109e706e61c32c0

Conversation

@copyberry

@copyberry copyberry Bot commented Jul 15, 2026

Copy link
Copy Markdown

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.

## 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
copyberry Bot force-pushed the copyberry/codex-internal-to-codex-oss/fa29023a4154b555a31756054109e706e61c32c0 branch from 2349edb to 622a79e Compare July 15, 2026 20:39
@copyberry
copyberry Bot merged commit 622a79e into main Jul 15, 2026
11 of 26 checks passed
@copyberry
copyberry Bot deleted the copyberry/codex-internal-to-codex-oss/fa29023a4154b555a31756054109e706e61c32c0 branch July 15, 2026 20:40
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants