Skip to content
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

Do not crash collator when all relay chain RPCs drop. #4278

Open
skunert opened this issue Apr 25, 2024 · 0 comments
Open

Do not crash collator when all relay chain RPCs drop. #4278

skunert opened this issue Apr 25, 2024 · 0 comments
Labels
I5-enhancement An additional feature request. T0-node This PR/Issue is related to the topic “node”.

Comments

@skunert
Copy link
Contributor

skunert commented Apr 25, 2024

When starting a collator node with --relay-chain-rpc-urls, we expect that at least one of the specified nodes is available at all times.

We could look into accepting occasional disconnects and continue running. This would probably lead to error prints on the parachain side, but that should be acceptable in this case.

@skunert skunert added T0-node This PR/Issue is related to the topic “node”. I5-enhancement An additional feature request. labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I5-enhancement An additional feature request. T0-node This PR/Issue is related to the topic “node”.
Projects
Status: backlog
Development

No branches or pull requests

1 participant