actions-runner-controller/controllers
Yusuke Kuoka eb2eaf8130
Fix TotalNumberOfQueuedAndInProgressWorkflowRuns to work with a lot of remaining `completed` jobs (#316)
I have heard from some user that they have hundred thousands of `status=completed` workflow runs in their repository which effectively blocked TotalNumberOfQueuedAndInProgressWorkflowRuns from working because of GitHub API rate limit due to excessive paginated requests.

This fixes that by separating list-workflow-runs calls to two - one for `queued` and one for `in_progress`, which can make the minimum API call from 1 to 2, but allows it to work regardless of number of remaining `completed` workflow runs.
2021-02-16 18:55:55 +09:00
..
autoscaling.go `scale{Up,Down}Adjustment` to add/remove constant number of replicas on scaling (#315) 2021-02-16 17:16:26 +09:00
autoscaling_test.go Fix TotalNumberOfQueuedAndInProgressWorkflowRuns to work with a lot of remaining `completed` jobs (#316) 2021-02-16 18:55:55 +09:00
horizontal_runner_autoscaler_webhook.go Fix "duplicate metrics collector registration attempted" errors at startup (#317) 2021-02-16 18:51:33 +09:00
horizontal_runner_autoscaler_webhook_on_check_run.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_on_pull_request.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_on_push.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_test.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontalrunnerautoscaler_controller.go Fix "duplicate metrics collector registration attempted" errors at startup (#317) 2021-02-16 18:51:33 +09:00
integration_test.go Fix TotalNumberOfQueuedAndInProgressWorkflowRuns to work with a lot of remaining `completed` jobs (#316) 2021-02-16 18:55:55 +09:00
runner_controller.go Fix "duplicate metrics collector registration attempted" errors at startup (#317) 2021-02-16 18:51:33 +09:00
runnerdeployment_controller.go Fix "duplicate metrics collector registration attempted" errors at startup (#317) 2021-02-16 18:51:33 +09:00
runnerdeployment_controller_test.go Revert test comment 2020-03-15 21:55:38 +09:00
runnerreplicaset_controller.go Fix "duplicate metrics collector registration attempted" errors at startup (#317) 2021-02-16 18:51:33 +09:00
runnerreplicaset_controller_test.go Github pkg: Bump github package to version 33 (#222) 2020-12-06 10:01:47 +09:00
suite_test.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
utils.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00
utils_test.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00