Skip to content
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

WebSocket proxy should keep static data around forever #5531

Open
teh-cmc opened this issue Mar 15, 2024 · 2 comments
Open

WebSocket proxy should keep static data around forever #5531

teh-cmc opened this issue Mar 15, 2024 · 2 comments
Labels
🪳 bug Something isn't working CLI Related to the Rerun CLI

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Mar 15, 2024

Currently the proxy just drops older data as memory becomes scarce.

It should instead instantiate an actual store with proper garbage collection so that static data always sticks around.

@teh-cmc teh-cmc added 🪳 bug Something isn't working CLI Related to the Rerun CLI labels Mar 15, 2024
@slyfox3
Copy link

slyfox3 commented Sep 26, 2024

While we are on this, can we add also a new option to connect() to only receive static + future data, but not older data?

@teh-cmc
Copy link
Member Author

teh-cmc commented Sep 27, 2024

While we are on this, can we add also a new option to connect() to only receive static + future data, but not older data?

Once the proxy is backed by an actual ChunkStore, that would be fairly trivial to implement yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working CLI Related to the Rerun CLI
Projects
None yet
Development

No branches or pull requests

2 participants