Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests limit problem #28

Open
havenchyk opened this issue Jun 27, 2018 · 0 comments
Open

Requests limit problem #28

havenchyk opened this issue Jun 27, 2018 · 0 comments

Comments

@havenchyk
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant