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

Update RemoteCacheSync to send only the changes made since the previous sync to the server. #1482

Open
zer0dss opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zer0dss
Copy link
Collaborator

zer0dss commented Jan 13, 2025

Currently edsl sends two times the user's full cache when running a remote job.
If the user has the remote cache option enabled then the RemoteCacheSync class will run the methods enter and exit that will check for differences between local cache and remote cache. The methods call the verification by sending the entire local cache which is not optimal.

def __enter__(self) -> "RemoteCacheSync":

@zer0dss zer0dss added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant