We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that if the committer experiences networking issues towards eth alloy will just log them and reattempt connection in the background.
not sure what happens with our network requests in the meantime, do they error out or block until the connection is reestablished?
Investigate so that the liveliness probe can be updated.
{"timestamp":"2024-10-03T11:30:35.142745Z","level":"ERROR","fields":{"message":"WS connection error","err":"WebSocket protocol error: Connection reset without closing handshake"},"target":"alloy_transport_ws::native","line_number":158} {"timestamp":"2024-10-03T11:30:35.142822Z","level":"INFO","fields":{"message":"Reconnecting pubsub service backend."},"target":"alloy_pubsub::service","line_number":63}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that if the committer experiences networking issues towards eth alloy will just log them and reattempt connection in the background.
not sure what happens with our network requests in the meantime, do they error out or block until the connection is reestablished?
Investigate so that the liveliness probe can be updated.
The text was updated successfully, but these errors were encountered: