Interval loop on long running routers can get stuck
Open
Bug
- Dominant language
- TypeScript
- Stars
- 303
- Forks
- 174
- PR merge metrics
- No merged PRs in 30d
Description
## 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:_
- [ ] Test the `stop` mechanism against a simulated stuck interval loops
- [ ] Router recovers from the stuck loop and resumes iterations
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.