Actions
Feature #357
openAdd a "ipfs cleanup queue" to maintain consistency between psql and ipfs storage
Start date:
05/08/2025
Due date:
% Done:
0%
Estimated time:
3.00 h
Description
Currently, IPFS content cleanup occurs outside database transactions when objects are replaced or deleted. This creates potential discrepancies between database records and IPFS storage if the application crashes or encounters errors during cleanup. Orphaned content can remain in IPFS indefinitely, wasting storage resources.
A solution would be to create a separate table where we log unpinning tasks, and a background worker can do it in their own time.
No data to display
Actions