tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Is there a way to restart all the monitored processes? #18

Closed mariocasciaro closed 9 years ago

mariocasciaro commented 9 years ago

Something like:

bs restart all
achingbrain commented 9 years ago

I think @alanshaw is working on that very feature.

mariocasciaro commented 9 years ago

Cool! I'll keep an eye on the repo then. Thanks.

alanshaw commented 9 years ago

You could bs kill and then bs for the minute. It'll bring back up any processes that were running.

mariocasciaro commented 9 years ago

Sounds good, thanks, that's what I'll do for now.