We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GitHub runner scaler only discovers repositories on the first page of the "list-repositories" rest api request. Especially if a organisation exceeds the limit for the first page, see GitHub API reference: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories
Per default GitHub only returns first 30 repositories and further repos need to be paginated.
It should discover all repos in the organisation by paginating through.
Right now only first 30 repositories are retrieved and if the the corresponding repository is on the second or third page then KEDA will not scale up
No response
2.12.1
None
Microsoft Azure
Azure Container App Job
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Report
The GitHub runner scaler only discovers repositories on the first page of the "list-repositories" rest api request. Especially if a organisation exceeds the limit for the first page, see GitHub API reference: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories
Per default GitHub only returns first 30 repositories and further repos need to be paginated.
Expected Behavior
It should discover all repos in the organisation by paginating through.
Actual Behavior
Right now only first 30 repositories are retrieved and if the the corresponding repository is on the second or third page then KEDA will not scale up
Steps to Reproduce the Problem
Logs from KEDA operator
No response
KEDA Version
2.12.1
Kubernetes Version
None
Platform
Microsoft Azure
Scaler Details
Azure Container App Job
Anything else?
No response
The text was updated successfully, but these errors were encountered: