429 Too Many Requests error handling in Polygon RPC provider
Goal: Graceful cancellation and timeout handling The Polygon RPC layer signals request throttling with an HTTP 429 status and the message "Too Many Requests" once the per‑minute quota is exceeded. When a client library times out or receives a 429, the current pattern is to abort the request and surface a generic error to the caller. There is no standard mech