Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Race condition updating node_modules from dashboard #23

@garethbowen

Description

@garethbowen

When updating an app, dashboard runs through a bunch of steps including deploying the app, updating settings, etc, before installing any node_modules.

However if the poll timer fires during this process it thinks the node_module isn't installed, and invokes the installation. This results in a module being installed before dashboard has finished installing the parent app.

This can cause the update to fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions