You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rate limiting of requests can happen on the server side, in which case req_perform() and req_retry() will use information from responses to retry after the appropriate wait. You could also implement client-side rate limiting with req_throttle().