Suraj Keshri
Suraj Keshri
Can't wait for this PR to merge!! Any updates?
Sorry for a late response. So I started working on a new project and things seems to be working. Here's my setup for reference: ```javascript // postcss.config.js const plugins =...
This issue is still there. EventListener is timing out. Any updated on this? @dibyom ``` Waited for 14.59582426s due to client-side throttling, not priority and fairness, request: GET:https://10.16.0.1:443/apis/triggers.tekton.dev/v1beta1/namespaces/devops/triggers/github-task-success ``` I'm...
Hi @dibyom I'm using the latest version of Triggers (0.21). The issue is mainly arising because I'm using the event listener as the cloudEventsUri so every pipelinerun /taskrun status change...
This issue has disappeared after I started using a separate service as cloud events sink.
@joaosilva15 Yes the URL was for the API server. I think this could be related to the API request throttling in newer version of kubernetes. With the introduction of `ClusterInterceptor`...
Hope it gets fixed soon! @dibyom Thanks
This seems to fail when the rule has { cache: 'strict' } option. I'm still looking for a good solution for this. Any ideas?
Any updates on this?
Hi @khrm the issue was mainly caused by overload of cloudevents created by PipelineRun/TaskRun status changes. I was using the event interceptor as the cloud event sink. This lead to...