-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add RPC call concurrency restrictions to deploy command options #2236
Comments
great suggestion! prob best to do this at the viem client level, maybe with a custom transport, and could lean on something like |
Thanks, it does indeed look like a good idea to use custom transport. I already have one implemented in a naive way, can I submit it to PR once I have it? If it is not a good implementation, I will re-implement it with custom transport. |
Thanks for taking a stab at this! And sorry to jostle you around, but I do think a custom transport with throttling built in would be better and general purpose for ~any viem user! |
Understood. |
@hourglasshoro A question for you: https://twitter.com/indexsupply/status/1754924224375095349 |
Errors often occur in RPC call quotes while executing
mud deploy
command, so I want to limit the number of calls at a time to suppress errors.For example
--rpcConcurrency
https://mud.dev/cli/deploy
The text was updated successfully, but these errors were encountered: