-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDK batching/revamp 3: sunset
PythonSession
(#1985)
* version crossbeam at the workspace level * more DataRow size helpers * DataTableBatcher * lints * lints * self review * don't expose shutdown to make errors impossible * doc * backport * backport * introduce RecordingStream * sunset PythonSession, introduce global daata RecordStream * clean up old stuff from the before time * self-review * ordered data columns in data tables * tests * even more tests * rogue todo * batching is now a reality * some extra peace of mind * revert * lock shenanigans * merge shenanigans * address PR comments * Restore `start_web_viewer_server` functionality * clean up * per-thread per-recording stateful time tracking * just build rows directly, thereby _not_ prevent size computation * get_recording_id might return nothing now * make a lack of active recording a warn_once situation across both languages and all weird situations * not an issue anymore --------- Co-authored-by: Jeremy Leibs <[email protected]>
- Loading branch information
Showing
12 changed files
with
685 additions
and
786 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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.