p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

Purge documents #499

Closed sandreae closed 1 year ago

sandreae commented 1 year ago

📋 Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ffc1b74) 92.18% compared to head (ffc1b74) 92.18%.

:exclamation: Current head ffc1b74 differs from pull request most recent head b26b722. Consider uploading reports for the commit b26b722 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #499 +/- ## ============================================ Coverage 92.18% 92.18% ============================================ Files 102 102 Lines 16644 16644 ============================================ Hits 15344 15344 Misses 1300 1300 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sandreae commented 1 year ago

Closing this PR in favour of implementing this logic together with "pruning" documents in a single "garbage_collection" task: continued in https://github.com/p2panda/aquadoggo/pull/500