-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Garbage collect blobs from file system (#571)
* Return truthy value showing if purge occured from purge_blob * Fix debug message * Delete blob views from the filesystem * More logging and improved naming * Formatting * Test for deleted document causing blob to be garbage collected * Include 'relation' and 'relation_list' fields when calculating child documents * Return immediately from get_child_document_ids when no children found * Update CHANGELOG * Improve comments and naming in garbage_collection task * Add comments to get_child_document_ids store method * Order query responses * Use tokio async remove_file * fmt
- Loading branch information
Showing
7 changed files
with
381 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.