Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Remove old model runs from Zarr #152

Open
esheehan-gsl opened this issue Feb 10, 2023 · 0 comments
Open

Remove old model runs from Zarr #152

esheehan-gsl opened this issue Feb 10, 2023 · 0 comments

Comments

@esheehan-gsl
Copy link
Contributor

Problem

We don’t want our storage in S3 to grow infinitely as new model runs are produced.

Solution

Schedule a clean-up process that removes model runs older than a certain age. The age should not be hard-coded in the job, but set as an environment variable so that it’s easy to adjust without having to redeploy the service.

A Lambda function seems like a good candidate for handling this.

No Gos

Conceivable, we may want to be able to mark certain model runs as saved so they won’t be cleaned up, but for now, we won’t bother.

Rabbit Holes

Describe any solutions to problems that pose a risk to completing this project on time.

@esheehan-gsl esheehan-gsl added project shaping Status for project issues that are still being discussed and removed shaping Status for project issues that are still being discussed labels Feb 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant