Closed iHTCboy closed 1 year ago
Thanks for the suggestion, but I'm not planning to add this. I'd say this is an implementation detail for clients since there's no given standard from Apple for the API regarding retries.
@AvdLee Apple response code 429 🤣
@iHTCboy Apple responds with a 429 which is correct, but there's no documentation on "you should retry 3 times" or similar, right? 🤔
@iHTCboy Apple responds with a 429 which is correct, but there's no documentation on "you should retry 3 times" or similar, right? 🤔
Yes, Apple only said:🤣
You will need to wait awhile and try the request again.
@AvdLee
https://developer.apple.com/documentation/appstoreconnectapi/identifying_rate_limits
I finally found the document🥳:
The API presents rate limits to users in an HTTP header. Every response from the API includes an X-Rate-Limit HTTP header. Its value has the form:
user-hour-lim:3500;user-hour-rem:500;
Is it possible to provide an automatic retry mechanism?