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

Test GitHub API limits #97

Open
thereseanders opened this issue Jan 31, 2020 · 1 comment
Open

Test GitHub API limits #97

thereseanders opened this issue Jan 31, 2020 · 1 comment

Comments

@thereseanders
Copy link
Contributor

The class size that can be accommodated for the peer review process via ghclass is capped by limits on calls to the API.

We need testing for

  • How many students the peer_* functions can accommodate for different numbers of reviewers?
  • What are the limits on the data size (e.g. for final projects) that can be transferred via the GitHub API for a large number of students?
@rundel
Copy link
Owner

rundel commented Feb 11, 2020

I was able to get this PR merged into gh during tidydevday - this gives us easier access to the api rate limit information which ghclass can hopefully act on or at the very least report back to the enduser.

Installing the dev version from github should get you the gh_rate_limit function, not sure when Gabor plans to push things out to CRAN.

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

2 participants