-
Notifications
You must be signed in to change notification settings - Fork 378
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
Slow startup during scenario run #7135
Comments
Can you try manually doing a curl request to both of the PFS' info endpoints from the SP server (ideally from within a docker container)? I had some slowness when talking to boris' PFS and my current theory is that it's a problem with non-working IPv6. |
We can see, that there are about 30 seconds from https://github.com/raiden-network/raiden/blob/develop/raiden/ui/app.py#L383 (which ultimately logs
So we know that https://github.com/raiden-network/raiden/blob/develop/raiden/ui/app.py#L410 was still reached. However we did not make it to https://github.com/raiden-network/raiden/blob/develop/raiden/ui/app.py#L423 before the 30 seconds are over. |
(Using this method) |
Ah we crossed messages. Looks like it hangs after the PFS info request. So then that's likely not the problem. |
I'm reading very slow responses when connecting through
With |
During scenario run bf1 the node restart is sometimes slow, too slow for the scenario to succeed:
This leads to an error when requesting the task after restart:
The text was updated successfully, but these errors were encountered: