-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Polkadot: 429 Too many requests #7039
Comments
Cc @niklasad1 |
No, unfortunately not it's hardcoded on the server running on More information regarding this can be found here |
I faced that issue few days ago and just stopped using the HTTP server in favor of the WS one. If I understood it right, the WS server supports both protocols...so, if you are using |
Yes, that is correct and the max connections will use |
Pinning this here: https://substrate.stackexchange.com/questions/8028/429-too-many-requests |
Closing, please re-open if something is missing. |
During high load, HTTP requests to the node start failing with the error "429 Too many requests: Too many connections. Please try again later." This same error is also displayed in the node's logs (screenshot).
Is there a way to increase the number of simultaneously open connections, similar to using the
'--ws-max-connections'
flag for websockets?The text was updated successfully, but these errors were encountered: