Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for data to be available before updating a feed #4863

Open
rampall opened this issue Oct 11, 2024 · 1 comment
Open

Wait for data to be available before updating a feed #4863

rampall opened this issue Oct 11, 2024 · 1 comment
Labels
needs-triaging new issues that need triaging

Comments

@rampall
Copy link
Contributor

rampall commented Oct 11, 2024

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 rampall added the needs-triaging new issues that need triaging label Oct 11, 2024
@martinconic
Copy link
Contributor

Is the solution that fixed this issue 4734 a valid solution for this one?
Previous fix: 4869
@istae

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triaging new issues that need triaging
Projects
None yet
Development

No branches or pull requests

3 participants
@rampall @martinconic and others