The API has a rate limit of 4 per second. If exceeded, returns status 429 Too Many Requests.
If an error of this nature is received by the client, it is, by definition, temporary.
The error returned to the user should implement the Temporary behavior.
See this article for more info.
The API has a rate limit of 4 per second. If exceeded, returns status
429 Too Many Requests
. If an error of this nature is received by the client, it is, by definition, temporary.The error returned to the user should implement the Temporary behavior. See this article for more info.