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

Remove .cached files during cleanup #81

Open
WJCIV opened this issue Apr 28, 2016 · 0 comments
Open

Remove .cached files during cleanup #81

WJCIV opened this issue Apr 28, 2016 · 0 comments

Comments

@WJCIV
Copy link
Collaborator

WJCIV commented Apr 28, 2016

If Datasets are read directly from disk they are never returned to memory, and the .cached file outlives the program. Since these files are stored on disk in the folder where the worker is run you can quickly run up a large number of files. We should be able to figure out which files belong to a worker during the shutdown hook and remove them.

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

1 participant