Skip to content

Parallelize execution directly via critical #10

@Tom-Bonnike

Description

@Tom-Bonnike

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions