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
Interval loop on long running routers can get stuck.
Noticed in Hashquark router logs, with stuck interval loops that query subgraphs, but sendStatusToSequencer functions as expected, leading us to believe the router is actually working.
Impact
Overall reliability of the network.
Proposed Solution
Acceptance Criteria
From an end user perspective, the below criteria must be met to consider this done:
Test the stop mechanism against a simulated stuck interval loops
Router recovers from the stuck loop and resumes iterations
The text was updated successfully, but these errors were encountered:
Problem
Interval loop on long running routers can get stuck.
Noticed in Hashquark router logs, with stuck interval loops that query subgraphs, but
sendStatusToSequencer
functions as expected, leading us to believe the router is actually working.Impact
Overall reliability of the network.
Proposed Solution
Acceptance Criteria
From an end user perspective, the below criteria must be met to consider this done:
stop
mechanism against a simulated stuck interval loopsThe text was updated successfully, but these errors were encountered: