Skip to content

feat: add configurable RPC concurrency (cherry-pick #714)#816

Open
fakedev9999 wants to merge 1 commit into
mainfrom
fakedev9999/sp1-v6-rpc-concurrency
Open

feat: add configurable RPC concurrency (cherry-pick #714)#816
fakedev9999 wants to merge 1 commit into
mainfrom
fakedev9999/sp1-v6-rpc-concurrency

Conversation

@fakedev9999
Copy link
Copy Markdown
Member

Summary

Context

The EigenDA FP proposer hits 429 rate limits on both Alchemy and QuikNode during witness generation prefetch. The hardcoded concurrency values create unbounded RPC bursts that exceed provider limits. Setting RPC_CONCURRENCY=5 keeps requests under the 50/sec threshold.

Test plan

  • Build Docker images from this branch
  • Deploy EigenDA FP proposer with RPC_CONCURRENCY: "5" and QuikNode L1_RPC
  • Verify no 429 rate limit errors during witness generation
  • Verify range proof request submitted to SP1 network

Base automatically changed from fakedev9999/prover-mainnet-ready to main February 25, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant