-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite scaleDown to fix a series of bugs (#864)
On scaleDown: - [FIX] Guaranteed stop the runners from the oldest to the newest, avoiding having runners for too long; - [FIX] Fixed bug where a runner could be removed from GHA but kept running on AWS; - [IMPROVED] Try to maintain always a minimum of `minAvailableRunners` runners free;
- Loading branch information
1 parent
51d8113
commit 63f4a29
Showing
8 changed files
with
1,244 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.