ipdxco / custom-github-runners

Customizable Self-hosted GitHub Runners
6 stars 1 forks source link

feat: enable concurrent scale ups for runners #33

Closed galargh closed 1 year ago

galargh commented 1 year ago

This is in line with https://github.com/pl-strflt/ipdx/issues/85

This PR enables concurrent scale up lambda executions. Previously, they were being executed sequentially which means if we got many requests for runners at a time, we would delay starting runners. Hopefully, this will decrease boot time :)