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
Hi, the aim of this issue is to track the state of rate limit problem.
It will be great if it's possible to provide the solution on xene side
When your app is rate limited making a specific request, you'll receive a HTTP response somewhat like this one.
HTTP/1.1 429 Too Many Requests
Retry-After: 30
This response instructs your app to wait 30 seconds before attempting to call the same method with any token awarded to your application from this workspace.
Calls to other methods on behalf of this workspace are not restricted. Calls to the same method for other workspaces for this app are not restricted.
The text was updated successfully, but these errors were encountered:
Hi, the aim of this issue is to track the state of rate limit problem.
It will be great if it's possible to provide the solution on
xene
sideThe text was updated successfully, but these errors were encountered: