storj/satellite/orders
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.go satellite/orders: document protocol and fix typos (#2813) 2019-08-19 09:36:11 -04:00
orders_test.go storagenode/orders: add archive cleanup to orders service (#2821) 2019-08-22 10:33:14 -04:00
serials_test.go interface tests belong to the interface, not the implementation (#1794) 2019-04-23 11:47:16 +03:00
service.go all: fix Error.New formatting (#2840) 2019-08-21 19:30:29 +03:00