bee icon indicating copy to clipboard operation
bee copied to clipboard

Wait for data to be available before updating a feed

Open rampall opened this issue 1 year ago • 0 comments

Updating a feed with a new hash is almost instantaneous. However the content served by the hash may still be syncing and not available yest on the network. This leads to 404s and broken websites atleast for a certain amount of time.

Would be practical to check if the hash's content has been full synced or is available on the network by default. And only then update a feed hash. Maybe with a force option to override this check and update feed nevertheless.

Context

Summary

Expected behavior

Actual behavior

Steps to reproduce

Possible solution

rampall avatar Oct 11 '24 18:10 rampall