Add support to automatically cancel query plan request if planning takes longer than a pre-configured amount of time.#3222
Add support to automatically cancel query plan request if planning takes longer than a pre-configured amount of time.#3222clenfest wants to merge 8 commits into
Conversation
…nger than a pre-configured amount of time.
🦋 Changeset detectedLatest commit: 51c3c17 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
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 |
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: de83a4675d0bae2db24ce92a |
|
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. |
briannafugate408
left a comment
There was a problem hiding this comment.
This looks good to me - had a few questions
| } | ||
|
|
||
| private handleOpenBranch(selection: Selection, options: SimultaneousPathsWithLazyIndirectPaths<RV>[]) { | ||
| if (performance.now() > this.deadline) { |
There was a problem hiding this comment.
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?
No description provided.