Skip to content

Conversation

clenfest
Copy link
Contributor

@clenfest clenfest commented Mar 3, 2025

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Mar 3, 2025

🦋 Changeset detected

Latest commit: 51c3c17

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@apollo/query-planner Minor
@apollo/gateway Minor
@apollo/federation-internals Minor
@apollo/composition Minor
@apollo/query-graphs Minor
@apollo/subgraph Minor
apollo-federation-integration-testsuite Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Mar 3, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: de83a4675d0bae2db24ce92a

@codesandbox-ci
Copy link

codesandbox-ci bot commented Mar 3, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@clenfest clenfest changed the title Add support to automatically cancel query plan request if it takes longer than a pre-configured amount of time. Add support to automatically cancel query plan request if planning takes longer than a pre-configured amount of time. Mar 3, 2025
@clenfest clenfest marked this pull request as ready for review March 4, 2025 02:14
@clenfest clenfest requested a review from a team as a code owner March 4, 2025 02:14
Copy link
Contributor

@briannafugate408 briannafugate408 left a comment

Choose a reason for hiding this comment

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

This looks good to me - had a few questions

}

private handleOpenBranch(selection: Selection, options: SimultaneousPathsWithLazyIndirectPaths<RV>[]) {
if (performance.now() > this.deadline) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We ended up adding deadline checks to some other parts in Rust QP (see this commit), can you also add those deadline checks to the corresponding parts in gateway's QP?

@clenfest clenfest requested a review from a team as a code owner March 10, 2025 14:33
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.

5 participants