xene icon indicating copy to clipboard operation
xene copied to clipboard

Requests limit problem

Open havenchyk opened this issue 6 years ago • 0 comments

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.

havenchyk avatar Jun 27 '18 07:06 havenchyk