jup-ag / jupiter-swap-api

The jupiter swap api binary
88 stars 22 forks source link

To many RPC Request When Starting #56

Open MiniMethod opened 1 month ago

MiniMethod commented 1 month ago

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 commented 1 month ago

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

seslly commented 2 weeks ago

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