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

Support parallel running #68

Open
pionxzh opened this issue Dec 4, 2023 · 3 comments
Open

Support parallel running #68

pionxzh opened this issue Dec 4, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@pionxzh
Copy link
Owner

pionxzh commented Dec 4, 2023

In the early stage, we actually ran multiple workers at the same time to achieve "parallel running". But it will hit on some confusing errors that the browser might not support running too many web workers at the same time. So it was removed.

We should bring this back with better control over the amount of workers spawned. This should be applied to both the web playground and the CLI.

Concern: the concurrent memory usage will increase and might cause OOM, maybe a CLI option can be a good idea?

Update

CLI has supported --concurrency flag for parallel running.

@pionxzh pionxzh added the enhancement New feature or request label Dec 4, 2023
@StringKe
Copy link

Is it possible to properly collect exception error messages and create issues in a semi-automated way?

@pionxzh
Copy link
Owner Author

pionxzh commented Dec 11, 2023

@StringKe Sure, can you help me create an issue for this?

@StringKe
Copy link

@StringKe Sure, can you help me create an issue for this?

create by #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants