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

[Bundle Caching][Shared] Add ability to delete bundles from the BAR #2041

Closed
Tracked by #2037 ...
JerrySentry opened this issue Jul 5, 2024 · 0 comments · Fixed by codecov/shared#283
Closed
Tracked by #2037 ...
Assignees

Comments

@JerrySentry
Copy link

JerrySentry commented Jul 5, 2024

In BundleAnalysisReport create a function delete_bundle_by_name(name: str) -> None to delete bundle by name.

This will be useful for the caching implementation by worker's BundleAnalysisReportService.process_upload when it by default caches all parent's bundles, then afterwards if any bundle's BundleConfig is turned off it must no longer be cached and therefore needs for it to be deleted.

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

Successfully merging a pull request may close this issue.

1 participant