-
Notifications
You must be signed in to change notification settings - Fork 2
[SDK] Consolidate deployment log reading into fetch_logs #152
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
59ff8db
Add iter_deployment_logs lazy streaming generator
V2arK 929ed95
Document iter_deployment_logs in README and logs example
V2arK 3c74db6
Document migrating deployment log reads from 0.5.x
V2arK 3c49222
Bound merge memory, pace polling, and split merge delay from dedup
V2arK e2ab29a
Qualify the whole-millisecond page guarantee
V2arK cdd590b
State the follow ordering bound as the merge delay
V2arK 75655e3
Consolidate deployment log fetching into a single fetch_logs
V2arK a18513c
Document fetch_logs directions and the bounded caller tail loop
V2arK 69ccb1a
Mark the deprecated log readers with the PEP 702 decorator
V2arK 42b3f8b
Drop pylint disables for the globally disabled protected-access
V2arK 9ccc81a
Rework fetch_logs into a single-pod open-ended generator
V2arK 7588562
Trim log docs to one window read and one tail example
V2arK 4510b25
Make chunk_size the server page size in fetch_logs
V2arK 0ae1fa3
Document resuming fetch_logs after a failed page
V2arK 523a7c1
Correct the fetch_logs contract and restore the example guard
V2arK 30f4fab
Say what a fully filtered log page yields
V2arK f6cbc3d
Stop suppressing warnings around the session constructor
V2arK 0fc124d
Retry fetch_logs pages the store answers as busy
V2arK d4bd070
Drop the unreachable arms of the busy-page backoff
V2arK 5befb25
Re-derive the chunk_size default and clear the merge-era leftovers
V2arK 93ea7a2
Pin that the busy-page backoff grows geometrically
V2arK 1fc73ac
Name the pods the example did not pick, and the shape it does not show
V2arK 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
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
Oops, something went wrong.
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.