Closed galargh closed 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 :)
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 :)