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

rate limiting with pagination #166

Closed
jmanian opened this issue Sep 18, 2017 · 1 comment · Fixed by #167
Closed

rate limiting with pagination #166

jmanian opened this issue Sep 18, 2017 · 1 comment · Fixed by #167

Comments

@jmanian
Copy link
Collaborator

jmanian commented Sep 18, 2017

For large teams paginated calls to users.list and other methods will inevitably lead to rate limiting (429 responses).

The current implementation of pagination doesn't offer any way to handle this gracefully.

@jmanian
Copy link
Collaborator Author

jmanian commented Sep 18, 2017

I'll try submitting a PR for this.

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

Successfully merging a pull request may close this issue.

2 participants