You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Currently blocks arriving via the ChainSync protocol triggers the retrieval of any pool metadata occurring in pool registrations. If for some reason the server hosting the metadata is momentarily down when the block arrives, the metadata retrieval will fail and will not be retried.
Metadata retrieval needs to be asynchonous with block arrival so that metadata retrieval can be retried with an exponential backoff.
The text was updated successfully, but these errors were encountered:
Currently blocks arriving via the ChainSync protocol triggers the retrieval of any pool metadata occurring in pool registrations. If for some reason the server hosting the metadata is momentarily down when the block arrives, the metadata retrieval will fail and will not be retried.
Metadata retrieval needs to be asynchonous with block arrival so that metadata retrieval can be retried with an exponential backoff.
The text was updated successfully, but these errors were encountered: