Closed faridmovsumov closed 2 years ago
I think the answer is to use private RPC services recommended on the Solana website. https://solana.com/rpc
Hey @faridmovsumov which RPC service did you end up using? I'm currently handling the rate limits with a cache key that is set and releases the jobs back to the queue after the time is up.
I tried runnode and wanted to try also quicknode before making final decision. Quicknode seems to have strong nft related features which attracted me. Still researching...
Hehe same @faridmovsumov, ran into more rate limits and thinking about giving QuickNode a try.
Seems like for production-ready applications some solid RPC server is a must.
Hello,
I found documentation regarding limitations but couldn't find any information regarding proper rate limit controls.
https://docs.solana.com/cluster/rpc-endpoints#mainnet-beta
Normally I would expect some header to tell me regarding my quota information to be able to sleep my code for some time but I was able to only get HTTP 429 after I got an error and then retry failed requests which is not the most efficient approach. I am wondering if you figured out already some solution for this problem.