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

Parallelize execution directly via critical #10

Open
Tom-Bonnike opened this issue Jun 2, 2020 · 0 comments
Open

Parallelize execution directly via critical #10

Tom-Bonnike opened this issue Jun 2, 2020 · 0 comments
Labels

Comments

@Tom-Bonnike
Copy link
Owner

Tom-Bonnike commented Jun 2, 2020

This plugin currently runs on multiple files sequentially, which can potentially be very slow. critical is apparently looking at allowing multiple sources to be passed, we should use that when it’ll be possible:

I tried running it in parallel with a promise pool but this led to out of memory errors (could maybe have been fixed by reducing the concurrency) and lingering Puppeteer processes (still TBD if that was the cause).

@Tom-Bonnike Tom-Bonnike changed the title Parallelize via critical Parallelize execution directly via critical Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant