Open hypnagonia opened 1 year ago
hey 🖐️@hypnagonia i can help you to solve this issue
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?