-
Notifications
You must be signed in to change notification settings - Fork 1.3k
BugFix: Retry-After is not respected by kaggle servers #938
Copy link
Copy link
Open
Description
(1) On the http response headers given to the client, the Retry-After: xxx field does not appear to be respected by the kaggle api.
(2) Additionally, it would be fantastic if more verbose logging is added w.r.t. rate limiting in general, so that api consumers can work within the allowed constraints.
Regarding (2) I have seen in the closed issues that kaggle api does not want to share the wait times. Consumers would really appreciate (2) if possible. But regarding (1), please can you fix Retry-After to reflect the actual wait time, or remove it so consumers don't build incorrect retry logic around it.
Related discussion:
- API limits #132
- Aggressive rate limits noticed when using
CompetitionApiService/DownloadDataFiles#931 - is there some restrictions on commands launch frequency? #217
Specifically: #132 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels