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
If a provider goes down the uptime checks in the indexer app will flag it as offline. When it comes back up it should be flagged as online, but in some cases the checks will continue to fail even when the provider is back up. Restarting the indexer fixes the issue so it points to a caching issue. The grpc clients are memoized so that could be related. grpc-js also seems to reuse existing connection even when recreating the client.
If a provider goes down the uptime checks in the indexer app will flag it as offline. When it comes back up it should be flagged as online, but in some cases the checks will continue to fail even when the provider is back up. Restarting the indexer fixes the issue so it points to a caching issue. The grpc clients are memoized so that could be related. grpc-js also seems to reuse existing connection even when recreating the client.
Here's 2 provider that had this issue:
This ticket is for documenting future occurrences of the bug and ideally try to reproduce it so that we can figure out the root cause and fix it.
The text was updated successfully, but these errors were encountered: