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

Process every module on its own (deploy manager) #166

Open
Morgy93 opened this issue Jun 14, 2017 · 0 comments
Open

Process every module on its own (deploy manager) #166

Morgy93 opened this issue Jun 14, 2017 · 0 comments

Comments

@Morgy93
Copy link

Morgy93 commented Jun 14, 2017

The deploy manager only gets called after every module is successfully installed / updated.
So if the composer process breaks at some point, every module that has been processed till then won't get deployed after continuing the routine.

For example composer.json contains three modules and you're about to install them:

  • Module 1 gets processed
  • Module 2 gets processed and for whatever reason breaks the install process

After fixing the issue you continue installing and module 2 gets installed and module 3 gets instalelled fine, but the deploy mechanism isn't called for the first module, because it has been processed earlier (without reaching the deploy manager)

So it would come in handy to process every module on its own.
Download, install / deploy = done - next one ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant