cloudflare / daphne

Implementation of DAP
BSD 3-Clause "New" or "Revised" License
129 stars 26 forks source link

daphne_worker: Garbage collect `AggregateStore` instances we don't need anymore #345

Closed cjpatton closed 6 months ago

cjpatton commented 1 year ago

Similar to ReportsProcessed, instances of AggregateStore can be garbage collected by setting an alarm to delete the instance when it is first touched.

Some requirements:

mendess commented 6 months ago

Fixed by #554