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

Cleanup local precheck/generate data from the worker #305

Open
vishnoianil opened this issue Apr 26, 2024 · 1 comment
Open

Cleanup local precheck/generate data from the worker #305

vishnoianil opened this issue Apr 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers stability Issues related to bot and worker stability worker

Comments

@vishnoianil
Copy link
Collaborator

Once the precheck/generate data is uploaded, we should clean up the the local data to save disk space. Otherwise if the diskspace gets full, we might not be able to access the worker itself.

We can think of some policy to delete the data -

  • Immediate (the moment data is uploaded to s3 bucket)
  • Lazy (do cleanup every couple of days)
  • Event based (watch the disk pressure and execute LIFO delete)
@vishnoianil vishnoianil added enhancement New feature or request worker stability Issues related to bot and worker stability labels Apr 26, 2024
@nerdalert nerdalert added the good first issue Good for newcomers label Apr 26, 2024
@Gregory-Pereira
Copy link
Collaborator

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers stability Issues related to bot and worker stability worker
Projects
None yet
Development

No branches or pull requests

3 participants