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

Allows client to discard object data #46

Merged
merged 4 commits into from
Jan 23, 2025

Conversation

rafa-be
Copy link
Collaborator

@rafa-be rafa-be commented Nov 20, 2024

Allows the client to discard object data without disconnecting.

with Client("tcp://127.0.0.1:60338") as client:
    client.submit(math.sqrt, 16)
    client.clear()

@rafa-be rafa-be force-pushed the discard_object_data branch 2 times, most recently from 443270a to b8e147b Compare November 20, 2024 22:51
@rafa-be rafa-be marked this pull request as ready for review November 20, 2024 22:51
@rafa-be rafa-be force-pushed the discard_object_data branch 2 times, most recently from 40ca781 to cfdcea5 Compare January 17, 2025 14:50
@rafa-be rafa-be requested a review from sharpener6 January 17, 2025 14:51
@rafa-be rafa-be force-pushed the discard_object_data branch 2 times, most recently from 0aa3a00 to 28221a3 Compare January 21, 2025 15:59
scaler/protocol/capnp/message.capnp Outdated Show resolved Hide resolved
scaler/client/agent/object_manager.py Outdated Show resolved Hide resolved
scaler/about.py Outdated Show resolved Hide resolved
@rafa-be rafa-be force-pushed the discard_object_data branch 2 times, most recently from 2adeac8 to e18dca0 Compare January 23, 2025 12:49
@rafa-be rafa-be force-pushed the discard_object_data branch from e18dca0 to af8d6e9 Compare January 23, 2025 14:06
@sharpener6 sharpener6 self-requested a review January 23, 2025 14:53
@sharpener6 sharpener6 merged commit 1d36288 into Citi:main Jan 23, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants