-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
If you are making a large number of POST, PATCH, PUT, or DELETE requests, wait at least one second between each request. This will help you avoid secondary rate limits.
We could implement this by saving the last timestamp of a POST, PATCH, PUT, or DELETE in a global variable, then checking/delaying/updating it when making a new POST, PATCH, PUT, or DELETE request (atomically).
DilumAluthge
Metadata
Metadata
Assignees
Labels
No labels