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

Files from file_cache are persisting #139

Open
luiztauffer opened this issue May 6, 2024 · 2 comments
Open

Files from file_cache are persisting #139

luiztauffer opened this issue May 6, 2024 · 2 comments

Comments

@luiztauffer
Copy link
Collaborator

The files stored at file_cache are persisting on apptainer mode:

image

@magland
Copy link
Collaborator

magland commented May 7, 2024

I added the file cache in order to enable jobs to use the outputs of previous jobs without needing to re-download. It also enables pipelines where the intermediate files are not uploaded to the cloud.

I suppose we should make some configuration option to either not use this cache, or to automatically clear old files.

@luiztauffer
Copy link
Collaborator Author

yeah that makes sense, probably at the job config level, options like these?

  • use cache from previous jobs
  • clean cache from this job

image

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

No branches or pull requests

2 participants