storj/satellite/accounting/live
Michał Niewrzał 277f8d2ae0 satellite/accounting: don't expire segments usage key
Initialy we wanted to put segment usage into cache values retrieved
directly from metabase but it cause performance issues. Now we
will be collecting segment usage from tally object loop and those
values will be put into a cache but becuse we cannot get those values
on demand we shouldn't expire cache value at all because objects
loop requires sustencial amount of time to be executed.

Part of solution for https://github.com/storj/storj/issues/4744

Change-Id: I3b37e23badeecebed0c95064156e85b38038bfe2
2022-05-16 13:00:16 +00:00
..
cache.go satellite/satellitedb: use AS OF SYSTEM TIME for GetProjectBandwidth query 2021-06-28 15:19:47 +00:00
doc.go satellite/accounting: Fix and enhance code doc comments 2020-11-04 09:50:48 +00:00
live_test.go satellite/accounting: don't expire segments usage key 2022-05-16 13:00:16 +00:00
redis.go satellite/accounting: don't expire segments usage key 2022-05-16 13:00:16 +00:00