ghclass icon indicating copy to clipboard operation
ghclass copied to clipboard

Test GitHub API limits

Open thereseanders opened this issue 5 years ago • 1 comments

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?

thereseanders avatar Jan 31 '20 00:01 thereseanders

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.

rundel avatar Feb 11 '20 13:02 rundel