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

Add pool of preconfigured networks for sandboxes #121

Closed
ValentaTomas opened this issue Apr 2, 2024 · 1 comment
Closed

Add pool of preconfigured networks for sandboxes #121

ValentaTomas opened this issue Apr 2, 2024 · 1 comment
Labels
improvement Improvement for current functionality

Comments

@ValentaTomas
Copy link
Member

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 ValentaTomas added the improvement Improvement for current functionality label Apr 2, 2024
@ValentaTomas
Copy link
Member Author

We added the pool of preconfigured networks. Adding a pool for the FC was more complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement for current functionality
Projects
None yet
Development

No branches or pull requests

1 participant