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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I want to develop and deploy a set of contracts (lets say 10)
Using infura rpc, free plan
Due too many requests like getBalance, getReceipt, getBlocks, the deployment ends up with rpc rejection and the process gets terminated with a non-zero code
How i could at least add a retry logic with a cooldown instead of complete termination or adjust the requests per minute rate of hitting an rpc provider?
The text was updated successfully, but these errors were encountered:
Hey @hypnagonia, currently this isn't possible in Truffle. We would have to implement some sort of retry logic as you described. We'll put it in the backlog, thanks!
I want to develop and deploy a set of contracts (lets say 10)
Using infura rpc, free plan
Due too many requests like getBalance, getReceipt, getBlocks, the deployment ends up with rpc rejection and the process gets terminated with a non-zero code
How i could at least add a retry logic with a cooldown instead of complete termination or adjust the requests per minute rate of hitting an rpc provider?
The text was updated successfully, but these errors were encountered: