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 want the keda operator to create a log warning when the Azure Pipelines Scalar makes a call to Azure DevOps API and the response indicates the API rate limit is (nearly) reached.
Azure DevOps API sets the following (among other) headers when the API rate limit is (nearly) reached:
X-RateLimit-Delay
X-RateLimit-Remaining
X-RateLimit-Delay indicates by how many seconds the requests are delayed
X-RateLimit-Remaining indicates how many TSTUs are left before request are being rate limited
I would like to be able to monitor the logs and detect when the account used by Keda is reaching the Azure DevOps API Rate Limits. This allows me to detect a potential issue before the entire queueing mechanism freezes up because Keda is overloading the Azure DevOps API.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposal
I want the keda operator to create a log warning when the Azure Pipelines Scalar makes a call to Azure DevOps API and the response indicates the API rate limit is (nearly) reached.
Azure DevOps API sets the following (among other) headers when the API rate limit is (nearly) reached:
X-RateLimit-Delay indicates by how many seconds the requests are delayed
X-RateLimit-Remaining indicates how many TSTUs are left before request are being rate limited
More information on the headers is documented at
https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/integrate/concepts/rate-limits.md
Use-Case
I would like to be able to monitor the logs and detect when the account used by Keda is reaching the Azure DevOps API Rate Limits. This allows me to detect a potential issue before the entire queueing mechanism freezes up because Keda is overloading the Azure DevOps API.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: