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

Race condition updating node_modules from dashboard #23

Open
garethbowen opened this issue Oct 6, 2014 · 1 comment
Open

Race condition updating node_modules from dashboard #23

garethbowen opened this issue Oct 6, 2014 · 1 comment
Labels

Comments

@garethbowen
Copy link
Contributor

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.

@ghost
Copy link

ghost commented Oct 7, 2014

Pulling this over to the medic-os tree to test it out.

@garethbowen garethbowen removed their assignment Oct 22, 2014
@mandric mandric assigned ghost Oct 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant