You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: