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

feat: Allow to disable runner max scaling check #3849

Merged
merged 3 commits into from
Apr 17, 2024

Conversation

npalm
Copy link
Member

@npalm npalm commented Apr 17, 2024

Description

Allow to disable to maximum runner check when max runners is set to -1

Background

The maximum check is calling the AWS API describeInstances. When having a huge fleet of runners this call is expensive. Currently we have an issue with this API, this option allows to avoid calling the describeInstance API. Drawback is there will be nox safegouard for scaling.

@npalm npalm marked this pull request as draft April 17, 2024 07:54
@npalm npalm requested a review from ScottGuymer April 17, 2024 09:05
@npalm npalm marked this pull request as ready for review April 17, 2024 09:09
@npalm npalm merged commit e05a043 into main Apr 17, 2024
44 of 45 checks passed
@npalm npalm deleted the npalm/allow-disable-max-check branch April 17, 2024 11:40
npalm pushed a commit that referenced this pull request Apr 17, 2024
🤖 I have created a release *beep* *boop*
---


##
[5.10.0](v5.9.0...v5.10.0)
(2024-04-17)


### Features

* add spot termination watcher (beta)
([#3789](#3789))
([b2dc794](b2dc794))
* allow caller to provide custom userdata
([#3798](#3798))
([ac49daf](ac49daf))
* Allow to disable runner max scaling check
([#3849](#3849))
([e05a043](e05a043))


### Bug Fixes

* **lambda:** bump axios from 1.6.7 to 1.6.8 in /lambdas
([#3814](#3814))
([513b22f](513b22f))
* **lambda:** bump the aws group in /lambdas with 5 updates
([#3834](#3834))
([e7e56ea](e7e56ea))
* **lambda:** bump the aws group in /lambdas with 5 updates
([#3846](#3846))
([9303a10](9303a10))
* **lambda:** bump the aws group in /lambdas with 6 updates
([#3818](#3818))
([9a9031e](9a9031e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants