matrix-io / matrix-os

MATRIX OS Codebase
https://creator.matrix.one
GNU General Public License v3.0
75 stars 17 forks source link

Multiple app restarts on deploy fixed #48

Closed diegoribero closed 7 years ago

diegoribero commented 7 years ago

On deploy, if changes were detected in the app config multiple app restarts were issues, apparently the last restart's stop overlapped with the deploy stop, this fixes it.