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
At the moment a highly available deployment of circuit-breaker would be running multiple instances of block-listener and contract-watcher services, each using the same RPC provider.
The best way to improve this would be to have multiple instances of block-listener and contract-watcher, each using a different RPC provider, or perhaps leveraging blocknative. That being said it would still be advisable to have multiple instances of the block-listener and contract-watcher services as this prevents issues with one host causing an outage of the circuit breaker.
Tagged as low-medium as it does not appear to be strictly necessary for correct operation.
The text was updated successfully, but these errors were encountered:
At the moment a highly available deployment of
circuit-breaker
would be running multiple instances ofblock-listener
andcontract-watcher
services, each using the same RPC provider.The best way to improve this would be to have multiple instances of
block-listener
andcontract-watcher
, each using a different RPC provider, or perhaps leveraging blocknative. That being said it would still be advisable to have multiple instances of theblock-listener
andcontract-watcher
services as this prevents issues with one host causing an outage of the circuit breaker.Tagged as low-medium as it does not appear to be strictly necessary for correct operation.
The text was updated successfully, but these errors were encountered: