Skip to content

Increase max-grpc-errors threshold to prevent indexer exit on transient gRPC issues - #8

Open
gamandeepsingh wants to merge 1 commit into
solana-rpc:mainfrom
gamandeepsingh:fix/grpc-errors-default
Open

Increase max-grpc-errors threshold to prevent indexer exit on transient gRPC issues#8
gamandeepsingh wants to merge 1 commit into
solana-rpc:mainfrom
gamandeepsingh:fix/grpc-errors-default

Conversation

@gamandeepsingh

Copy link
Copy Markdown

The example config shipped with max-grpc-errors = 1, meaning the indexer exits after a single gRPC hiccup (brief network blip, momentary upstream unavailability). Every new operator copies this file, so they all hit this in production.

Changed to 10 and updated the comment to explain why keeping it low is dangerous.

Closes: #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

example.cloudbreak.index.toml:41 - max-grpc-errors = 1 causes production indexers to die after the first gRPC hiccup.

1 participant