infra icon indicating copy to clipboard operation
infra copied to clipboard

Add pool of preconfigured networks for sandboxes

Open ValentaTomas opened this issue 1 year ago • 0 comments

When creating a lot of sandboxes at the same time the biggest bottleneck right now is the network setup that takes more and more time depending on the number of networks being created. When creating 20+ sandboxes the additional delay starts to cross 1+ seconds.

The solution here is to create a pool of pre-created networks that we can then immediately use while refilling the pool.

ValentaTomas avatar Apr 02 '24 01:04 ValentaTomas