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 was archived by the owner on Nov 15, 2023. It is now read-only.
The final request in the try-runtime CLI attempts to load too many values at once and then aborts on failure.
This is pretty annoying since it takes very long to even get to that point. The solution on the node side is to increase the RPC request/response size, but that makes it incompatible with public RPC. Example error from CI try-runtime-batch-error.txt.
Instead we could add some dynamic back-off to make it work with normal public nodes where it re-tries with a smaller batch size on failure.