-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFQ] Listener Cancellation Fix #1760
Comments
Investigating this now, you can see the dropoff here in The pod breaks at 10:13 and I reset as per @aureliusbtc at 10:23: As you can see, omnirpc returns an error here: Because this happens on To debug this, I'm going to log pollInterval: Okay, nevermind all that I think if pollInterval is time.Millisecond (1,000) and we multiply by time.Second we get a lot of minutes. I'm not sure this explained why the thing stalled overnight, but it's worth a shot |
Fixed |
Workaround to be added and documented here prior to launch (#1650)
When an rpc returns an error in listener, the entire listener for that chain shuts off. This of course should not happen because
Would recommend investigating and fixing through unit tests on listener. Scaffolding for this already exists, errors need only be mocked out
The text was updated successfully, but these errors were encountered: