chaoss / grimoirelab-bestiary

GNU General Public License v3.0
3 stars 9 forks source link

Adding data sets from a GitHub org with many repositories is slow #98

Closed jjmerchante closed 2 years ago

jjmerchante commented 2 years ago

In a GitHub organization like Apache that has over 2.2K repositories it has to make like 6K requests (issues + prs + commits). It takes a minute to add all the data sets which is too much for UX.

We should find a solution to reduce the number of requests and improve the performance.

sduenas commented 2 years ago

Fixed by #115