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

To many RPC Request When Starting #56

Open
MiniMethod opened this issue Oct 9, 2024 · 2 comments
Open

To many RPC Request When Starting #56

MiniMethod opened this issue Oct 9, 2024 · 2 comments

Comments

@MiniMethod
Copy link

Hello I am having an issue where I get there error Timed Out 429 To many RPC request. This is due to my RPC not liking the spam it does at the initial launch of it. Is it possible to have two RPCs be passed in and it alternates between them per request to divide up the workload?

@MiniMethod
Copy link
Author

Or somehow have retry logic from where it left off or less RPC request when initially booting per second?

@seslly
Copy link

seslly commented Oct 31, 2024

i'm seeing the same thing, really just startup that's brutal with get account requests with up to 500rps spikes

the new v6.0.30 release seems to be a bit better but still had to setup a MITM rate limit queue to preempt any RPC 429s and possibly retry

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

No branches or pull requests

2 participants