chaoss / augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/ and learn more about Augur at our website https://augurlabs.io
https://oss-augur.readthedocs.io/en/main/
MIT License
592 stars 845 forks source link

Collection Retry Logic when Keys Exhausted #2948

Closed sgoggins closed 2 weeks ago

sgoggins commented 2 weeks ago

ok, so I think I see what is happening here. Look at that line again, and also L943 just below <@U020AEKAUJE> - if the keys are exhausted when we're in is_valid_github_repo then we sleep for the right amount of time, but I don't see logic to retry the call - we just move on to returning False

Slack Message