You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: