storj/satellite
Ivan Fraixedes 6dc948da46
satellite/metainfo: Create service for deleting pieces
Create a service for deleting pieces of storage nodes.

Currently the DeletePieces method returns after a success threshold,
completion or a timeout.

The end goal is to return when reaching the success threshold and
leaving the remaining goroutines running after DeletePieces method
returns and add a life cycle to the service that it waits for them when
it closes.

This is the first commit for ticket:
https://storjlabs.atlassian.net/browse/V3-3476

Change-Id: If740bbf57c741f880449980b8176b036dd956c7b
2020-01-15 15:24:20 +01:00
..
accounting satellite/payments: coupons, coupons usage, invoice generation with pricing model applied 2020-01-14 12:45:00 +00:00
attribution common: separate repository 2019-12-27 14:11:15 +02:00
audit satellite: remove UptimeReputation configs from codebase 2020-01-08 18:54:15 +00:00
console satellite/payments: coupon addition removed 2020-01-14 16:24:48 +00:00
contact satellite/contact: add placeholder for GetTime endpoint 2020-01-14 06:38:47 +00:00
dbcleanup common: separate repository 2019-12-27 14:11:15 +02:00
downtime satellite/downtime: new chore estimates downtime 2020-01-09 15:05:13 -05:00
gc uplink: move to storj.io/uplink (#3746) 2020-01-08 15:40:19 +02:00
gracefulexit satellite: remove UptimeReputation configs from codebase 2020-01-08 18:54:15 +00:00
inspector uplink: move to storj.io/uplink (#3746) 2020-01-08 15:40:19 +02:00
mailservice satellite/mailservice: move logging to send rendered async to cover template parsing (#3654) 2019-11-28 12:29:48 +02:00
marketingweb common: separate repository 2019-12-27 14:11:15 +02:00
metainfo satellite/metainfo: Create service for deleting pieces 2020-01-15 15:24:20 +01:00
metrics private/testplanet: remove dependency to uplink 2020-01-02 09:40:46 +00:00
nodestats satellite: remove UptimeReputation configs from codebase 2020-01-08 18:54:15 +00:00
orders satellite/orders: add monitoring to bucket bandwidth cache operations 2020-01-13 17:36:40 -07:00
overlay satellite/downtime: new chore estimates downtime 2020-01-09 15:05:13 -05:00
payments satellite/payments: coupon addition removed 2020-01-14 16:24:48 +00:00
referrals common: separate repository 2019-12-27 14:11:15 +02:00
repair satellite: remove UptimeReputation configs from codebase 2020-01-08 18:54:15 +00:00
rewards common: separate repository 2019-12-27 14:11:15 +02:00
satellitedb Revert "dbutil: statically require all databases accesses to use contexts" 2020-01-15 07:28:00 +00:00
vouchers common: separate repository 2019-12-27 14:11:15 +02:00
api.go satellite/metainfo: Create service for deleting pieces 2020-01-15 15:24:20 +01:00
core.go satellite/payments: coupons, coupons usage, invoice generation with pricing model applied 2020-01-14 12:45:00 +00:00
peer.go private/migrate: add ctx argument 2020-01-13 15:52:26 +02:00
repairer.go satellite/orders: Add write cache for bw rollups 2020-01-13 22:40:51 +00:00