-
Notifications
You must be signed in to change notification settings - Fork 15
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
Sink process abruptly terminates with an error #4
Comments
Usually when channel buffer becomes full producer should back off, here it affects consumer's side which is ... unexpected |
This is an issue within the Substreams server directly, seen by It's more a |
We can move it, it's just originated when using substreams-sink-postgres |
Definitely an error on |
ERRO (sink-postgres) substreams encountered an error {"error": "receive stream next message: rpc error: code = Internal desc = subscription channel at max capacity"}
My substream is running in a development mode and can become throttled by an RPC(RPS limit) on dense blocks
Shouldn't this error be handled more gracefully?
The text was updated successfully, but these errors were encountered: