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

[Storage Cleaner] Move unarchiving logic to cleaning jobs #390

Merged
merged 4 commits into from
Dec 7, 2023

Conversation

2015aroras
Copy link
Collaborator

I originally designed the storage cleaner with the idea that StorageAdapters would abstract out lots of the FS-related operations. I included handling archives in that abstraction, which turns out to have been a bad idea. This PR moves the responsibility of handling unarchiving from the StorageAdapter to the storage cleaning job that needs to use unarchiving. It should hopefully make the storage cleaner easier to work with (especially since none of the full_path stuff from #379 will be needed anymore).

Base automatically changed from shanea/storage-cleaner-cached-path to main December 7, 2023 18:06
@2015aroras 2015aroras merged commit 4e849e4 into main Dec 7, 2023
10 checks passed
@2015aroras 2015aroras deleted the shanea/storage-cleaner-archive-fix-2 branch December 7, 2023 18:38
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 this pull request may close these issues.

None yet

2 participants