mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-04-04 06:03:15 +08:00
When we used `QueuedAndInProgressWorkflowRuns`-based autoscaling, it only fetched and considered only the first 30 workflow runs at the reconcilation time. This may have resulted in unreliable scaling behaviour, like scale-in/out not happening when it was expected.