storj/storagenode/piecestore
Cameron 3d9441999a
storagenode/orders: add archive cleanup to orders service (#2821)
This PR introduces functionality for routine deletion of archived orders.

The user may specify an interval at which to run archive cleanup and a TTL for archived items. During each cleanup, all items that have reached the TTL are deleted

This archive cleanup job is combined with the order sender into a new combined orders service
2019-08-22 10:33:14 -04:00
..
endpoint_test.go storagenode/piecestore: Add retain service on storagenode (#2785) 2019-08-19 14:52:47 -04:00
endpoint.go storagenode/orders: add archive cleanup to orders service (#2821) 2019-08-22 10:33:14 -04:00
serials_test.go storagenode/storagenodedb: move tests near the interface rather than the implementation (#2596) 2019-07-19 20:40:27 +03:00
serials.go Add serial number type (#1508) 2019-03-18 15:08:24 +02:00
verification_test.go storagenode: add space used cache for pieces (#2753) 2019-08-12 14:43:05 -07:00
verification.go storagenode: Report gRPC error when satellite is untrusted (#2658) 2019-07-30 18:58:08 +02:00