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

Support RPC node pool #11

Open
cloud-j-luna opened this issue Jul 29, 2022 · 0 comments
Open

Support RPC node pool #11

cloud-j-luna opened this issue Jul 29, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@cloud-j-luna
Copy link
Member

cloud-j-luna commented Jul 29, 2022

Implement support for the provider to use a pool of RPC nodes to allow the provider to work with in case one of the nodes is down.
The diagram below illustrates the intended behaviour.
rpc-pool-provider
This will allow for long running deployment processes to be resilient to node failures.

It is certainly possible to introduce the redundancy in RPC node as suggested in the diagram. Each individual transaction may be sent to a different RPC node. Transactions do not need to be sent to the same/single RPC node for deployment creation.

@cloud-j-luna cloud-j-luna added enhancement New feature or request good first issue Good for newcomers labels Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant