Skip to content
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

Unable to do large batch requests #234

Open
anonymous-sushi opened this issue Apr 3, 2024 · 1 comment
Open

Unable to do large batch requests #234

anonymous-sushi opened this issue Apr 3, 2024 · 1 comment
Labels
state: backlog This is pending further review

Comments

@anonymous-sushi
Copy link

anonymous-sushi commented Apr 3, 2024

Hello!

I am doing batch requests in the size of 1000-2000~ which works fine on my other nodes with the params

--rpc.batch-request-limit=4000 \
--rpc.batch-response-max-size=100000000 

but on my base archive node with mostly stock settings with the above it is still giving me exceeds

{'jsonrpc': '2.0', 'id': 1, 'error': {'code': -32600, 'message': 'batch too large'}} with a payload size of 1400~ items

for context i am batch grabbing tx info + tx receipt + tx trace for all transactions in a block for indexing purposes

Using version node-0.8.1 in archive mode

node-081-node latest 8e37bf9fc631 2 weeks ago 975MB
node-081-geth latest e8feba8d8fcd 2 weeks ago 975MB

@wbnns wbnns added the state: backlog This is pending further review label Apr 4, 2024
@wbnns
Copy link
Member

wbnns commented Apr 23, 2024

@anonymous-sushi

Thanks for reporting this issue. Confirming this is still in our backlog, pending to be reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: backlog This is pending further review
Projects
None yet
Development

No branches or pull requests

2 participants