strongloop / strong-supervisor

Application supervisor that automatically adds cluster control and performance monitoring with StrongOps
Other
66 stars 20 forks source link

make status message as complete as started message #141

Closed rmg closed 9 years ago

rmg commented 9 years ago

Allows a controller to poll for the current status of a running master and get a relatively complete picture even though it wasn't there to receieve the original 'started' message. A concrete example of this is when supervisor is running in a docker container and the PM instance that spawned it was restarted.

Needed by strongloop/strong-pm#242

sam-github commented 9 years ago

LGTM

I didn't look really closely, but I'd suggest that the started and status messages become identical in form, if possible. Their difference has turned out to be a recurring problem. But don't delay this, if you need it.