Skip to content

v20250715-210301

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:05
· 538 commits to main since this release
601e6f4
runners: Move runner removal logic up (#6930)

This is a refactor of scale-down to move the runner removal logic up to
the top of the loop. This is done to avoid long wait times between
determining if a runner should be removed and actually removing it.

In practice we were observing wait times of up to 7 to 10 minutes.

This might only actually be testable with production traffic / rate
limits.

---------

Signed-off-by: Eli Uriegas <[email protected]>