Skip to content

Parallel Webpack builds fail to report errors #550

@tommywilkinson

Description

@tommywilkinson

We've seen this primarily in Azure DevOps linux pipeline agents (doesn't seem to repro on windows), where we have a just task with multiple parallel webpack builds and sometimes there won't be outputs for some of the webpack builds, nor errors. Our just config has something along the lines of this:

series( parallel( webpackCliTask(...), webpackCliTask(...), webpackCliTask(...), webpackCliTask(...), webpackCliTask(...), webpackCliTask(...)), 'postWebpackTask');

The postWebpackTask will still execute in cases where not all of the webpack bundles are observed. Haven't been able to nail down a firm root cause (e.g. is the webpack process dead? do we fail to wait for all of them correctly?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions