fabric8-analytics / fabric8-analytics-worker

fabric8-analytics worker for gathering raw data
GNU General Public License v3.0
8 stars 45 forks source link

fix: Repo name and retry mechanism #958

Closed jparsai closed 3 years ago

jparsai commented 3 years ago

Description

for some repositories Github API uses full name, and it is causing API to fail, to avoid it full name of repo is taken from metadata of repository. Also retry mechanism is modified while calling any GH API.