bssw-psip / reposcanner

A compact repository data mining toolkit
Other
4 stars 0 forks source link

Hitting API rate limit on routines from github-routines branch #33

Open killillian opened 1 year ago

killillian commented 1 year ago

When running the new routines I've added in the branch github-routines (located in the files src/reposcanner/issues.py, src/reposcanner/pullrequests.py, and src/reposcanner/kanban.py), I hit the API rate limit and exit out of the RepoScanner run when applying them to larger repos (e.g Trilinos). @rmmilewi Is there a way to have RepoScanner pause the run and wait for the rate limit reset to occur before continuing, rather than terminating the run?