You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Would like to use this to monitor pipelines for a large github org with ~100 repos having several workflows. I find that it takes several minutes (10-15 mins) for initial load and the performance is incredibly slow.
Describe the solution you'd like
Increase the performance, keeping in mind the github api limits to have dashboard for ~100 repos with several workflows
Describe alternatives you've considered
No alternatives
Additional context
Instead of rest api i suggest doing an experiment with the graph ql api so that we can avoid n*n calls to improve the performance.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
kishaningithub
changed the title
Improve performance to handle large number of repos
Improve performance to handle large number of repos/workflows
Dec 17, 2024
Is your feature request related to a problem? Please describe.
Would like to use this to monitor pipelines for a large github org with ~100 repos having several workflows. I find that it takes several minutes (10-15 mins) for initial load and the performance is incredibly slow.
Describe the solution you'd like
Increase the performance, keeping in mind the github api limits to have dashboard for ~100 repos with several workflows
Describe alternatives you've considered
No alternatives
Additional context
Instead of rest api i suggest doing an experiment with the graph ql api so that we can avoid n*n calls to improve the performance.
The text was updated successfully, but these errors were encountered: