-
Notifications
You must be signed in to change notification settings - Fork 134
fix: stop demo query streams from dying mid-flight (research#86) #714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
galshubeli
wants to merge
21
commits into
staging
Choose a base branch
from
fix/demo-stream-failure-issue-86
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8c5de70
fix: stop demo query streams from dying mid-flight (research#86)
galshubeli 1c35208
fix(agents): pin the LLM retry budget so the timeout is a real ceiling
galshubeli bc50d89
test(e2e): off-topic query should show no SQL card at all
galshubeli 779c7ec
fix: address PR #714 review feedback
galshubeli 4d633cf
fix: offload the last two blocking calls in the query path (PR #714 r…
galshubeli 81e3b40
fix(streaming): remove awaiting teardown; add DB timeouts and 3-stage…
galshubeli 72dc7f5
fix(loaders,streaming): correct the DB timeout wiring and bound the q…
galshubeli 07a8e59
fix(loaders): match a real statement_timeout directive, not the bare …
galshubeli cb835f6
Merge branch 'staging' into fix/demo-stream-failure-issue-86
galshubeli 0d02574
fix: offload embeddings and schema loading; clamp URL timeout overrides
galshubeli 5da0770
test: address lint-bot nits in the new offloading tests
galshubeli 88fed2e
fix: stop orphaning speculative work, confine DB work to one worker, …
galshubeli 8e318ff
test: add the timeout-validation suite that .gitignore silently dropped
galshubeli f565df7
test: explain the intentionally empty except in the cancellation test
galshubeli 2188347
fix: offload the last three inline provider calls, and guard against …
galshubeli 1ba6cad
fix: bound schema introspection, honour stricter timeout units, rejec…
galshubeli a14e3cc
fix(loaders): recognise PostgreSQL's long-option timeout directive form
galshubeli 938f70c
fix: propagate producer cancellation, hold introspection slots, unbre…
galshubeli 93bd93e
test: drop the side-effect import from the loader contract test
galshubeli a0a90c9
fix(agents): make LLM_TIMEOUT a total-call budget, not a per-attempt one
galshubeli b1e29c0
test: use one import style for api.config in the timeout tests
galshubeli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.