Greetings!
At least for the several past days, a lot of the Polygon requests in our project fail due to a timeout error (or take unusually long to execute). Here’s one of the examples (2022-07-08 06:35:37.303 UTC):
Retry attempt 0 Error: processing response error (body="{“jsonrpc”:“2.0”,“id”:41738,“error”:{“code”:-32603,“message”:“request failed or timed out”}}", error={“stack”:"…",“message”:“request failed or timed out”,“code”:-32603}, requestBody="{“method”:“eth_getTransactionCount”,“params”:["…",“latest”],“id”:41738,“jsonrpc”:“2.0”}", requestMethod=“POST”, url=“https://polygon-mainnet.infura.io/v3/…”, code=SERVER_ERROR, version=web/5.4.0)
These are the methods that fail most often:
eth_getTransactionCount
eth_getBalance
eth_getTransactionReceipt
eth_sendRawTransaction
I’d like to know on which end the issue is (Polygon, Infura, our servers?) and whether it’s something that can be fixed.
Thank you!