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
To compensate for flaky connections, it may make sense to add some retry logic for failures.
The downside is that if the problem is legitimate (e.g. bad URL), it would burn through an IP's quota faster.
Some timeout handling around the fetch would also be a good idea.
Note, #29 would help mitigate connectivity issues entirely so I'd recommend we start there.
The text was updated successfully, but these errors were encountered:
The GithubRegistry makes fetches via the native fetch API here: https://github.com/hyperlane-xyz/hyperlane-registry/blob/sprint27/src/registry/GithubRegistry.ts#L211
To compensate for flaky connections, it may make sense to add some retry logic for failures.
The downside is that if the problem is legitimate (e.g. bad URL), it would burn through an IP's quota faster.
Some timeout handling around the fetch would also be a good idea.
Note, #29 would help mitigate connectivity issues entirely so I'd recommend we start there.
The text was updated successfully, but these errors were encountered: