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: Missing Github statistics. #949

Closed jparsai closed 3 years ago

jparsai commented 3 years ago

Description

Due to many concurrent Github API calls are made in a very short span of time by Github Refresh job, we are facing rate limit problem. To avoid that now we are giving some delay between each Github API call.