-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://oss-prow.knative.dev/[command-help][plugins] is void of information #362
Comments
Looks like issue might be bubbling up from which is configured here |
I noticed this recently and just looked into it. Hook's The logs suggest that this may be related to excessive time spent listing the repos in some of the served organizations. In particular listing the repos for the GoogleCloudPlatform and google orgs is very slow at about 8 seconds and 18 seconds respectively. It also seems that these requests are made sequentially rather than in parallel. Since this API is so slow we should try to find an alternative, faster API (perhaps v4 would be better here since we just need the repo names, no additional info), or obviate the requirement for this information. |
/assign |
For reference:
For |
Looks like the solution for pageation here is
using |
While we can get |
Ran some benchmarks: "google" Executed in 7.89 secs fish external "GoogleCloudPlatform" Executed in 3.95 secs fish external |
command-help and plugins must have a config serving problem or other bug leaving them blank.
The text was updated successfully, but these errors were encountered: