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
I configured the Azure Pipelines trigger (with scaledJob) as explained here for few small pools in my organization and it worked well.
When I configured it to another pool that running many pipelines the scaling didn't work.
I checked Keda logs and saw:
Report
I configured the Azure Pipelines trigger (with
scaledJob
) as explained here for few small pools in my organization and it worked well.When I configured it to another pool that running many pipelines the scaling didn't work.
I checked Keda logs and saw:
When I tried to access the above api URL I succeeded to get results, but - it took 4 seconds because the result count is 760.
So I guess this is the issue and because it takes 4 seconds it failed with
Client.Timeout exceeded
.Expected Behavior
Scaling up/down of the
scaledJob
according to the waiting pipelines.Actual Behavior
Nothing happened, new Jobs wasn't created.
Steps to Reproduce the Problem
scaledJob
with Azure DevOps pool that running many pipelines.Logs from KEDA operator
KEDA Version
2.9.3
Kubernetes Version
< 1.23
Platform
Other
Scaler Details
Azure Pipelines
Anything else?
No response
The text was updated successfully, but these errors were encountered: