-
Notifications
You must be signed in to change notification settings - Fork 425
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
Performance metrics #406
Comments
We have ran into an issue where the fetching of the kubernetes secret for the github interceptors validation is causing us to timeout our github webhooks. We're at about 40 triggers, and each triggers takes about 250ms to process, causing the webhook request to exceed the 10s Github timeout. I think it's clear we need to cache these secrets. Do you have a preference on how? We could change the interceptors to use a caching Kubernetes client like a lot of controllers use, or we can build a |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lifecycle frozen I think @savitaashture did some initial work on some perf metrics in one of here porposals! |
@dibyom commented from #356 (comment):
Expected Behavior
I expect to know the limitations of the Triggers project when using it on a large scale.
Actual Behavior
I do not know the limitations of the Triggers project when using it on a large scale.
Additional Info
This is a relatively open-ended issue, so please leave comments about performance metrics that you would find helpful.
The text was updated successfully, but these errors were encountered: