storj/satellite/metabase/zombiedeletion/doc.go
Michał Niewrzał b7555980c4 satellite/metainfo: add zombiedeletion chore
This chore will be deleting zombie objects and it's segments.

Change-Id: Ia5d92dd6c3f52e178d4d43d9603732310761e027
2021-08-24 08:22:06 +00:00

11 lines
315 B
Go

// Copyright (C) 2021 Storj Labs, Inc.
// See LICENSE for copying information.
/*
Package zombiedeletion contains the functions needed to run zombie objects deletion chore.
The zombiedeletion chore will periodically query metabase for zombie objects
and delete them with their segments.
*/
package zombiedeletion