aurora-is-near / aurora-relayer

[DEPRECATED] Web3-compatible relayer server for Aurora.
https://aurora-is-near.github.io/aurora-relayer/
Creative Commons Zero v1.0 Universal
26 stars 13 forks source link

Too many parallel requests with the same access key #226

Closed VikomiC closed 2 years ago

VikomiC commented 2 years ago

Got this error.

[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32603,"message":"Internal Error - Error: nonce retries exceeded for transaction.

This usually means there are too many parallel requests with the same access key.. Please report a bug at https://github.com/aurora-is-near/aurora-relayer/issues","data":{"host":"r003.westcoast.us.testnet.internal.aurora.dev","cf-ray":"6e7e34893629b49c-IAD"}}}}'

mfornet commented 2 years ago

Public RPC currently supports 200tx per second, we have 200 NEAR keys and we rotate them to avoid nonce issues. However, testnet public RPC is under heavy load lately (>>200tx/s) so these keys are not enough.

We are working on spam prevention that should mitigate the heavy load on testnet.

I'm closing this issue, since we are aware of limitations of public RPC. In general a more reliable (but complex) solution would be to deploy your own endpoint.