Skip to content
New issue

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

Remove finalizers in one pass to speed up cleanups AutoscalingRunnerSet #3536

Merged
merged 1 commit into from
May 27, 2024

Conversation

nikola-jokic
Copy link
Contributor

@nikola-jokic nikola-jokic commented May 23, 2024

When you create a faulty autoscaling runner set, for example token is not correct, the cleanup will be very slow.
This PR removes the requeue (probably many events are raised causing latency, I'm not sure), so autoscaling runner set, and dependent resources can be removed much more quickly.

Fixes: #3512
Fixes: #3497

@nikola-jokic nikola-jokic added the gha-runner-scale-set Related to the gha-runner-scale-set mode label May 23, 2024
@nikola-jokic nikola-jokic merged commit 9afd930 into master May 27, 2024
16 checks passed
@nikola-jokic nikola-jokic deleted the nikola-jokic/arc-remove-finalizers-in-one-go branch May 27, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gha-runner-scale-set Related to the gha-runner-scale-set mode
Projects
None yet
2 participants