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

Allow studio/completion service to clean up after itself better #391

Open
d1donlydfink opened this issue Feb 20, 2020 · 0 comments
Open
Assignees

Comments

@d1donlydfink
Copy link

When running local studio experiments via the completion service, or distributed experiments whose results get posted to S3 (or S3 emulator), over time studio just leaves a bunch of turds in whatever file system it is using.

To be clear, we use the completion service as a means for Distributed Compute and treat our studio experiments more like cattle than pets.

To date we have implemented our own coded cleanup by specifying our own 'cleanup_bucket' flag to the database and storage structures in the studio_config YAML to compensate for studio not cleaning up after itself. But really, since it is studio which is creating these files, to be symmetrical, studio should really be the one to clean up these files as well, yet no attempt is being made here at all.

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