andrewrk / naught

Zero downtime deployment for your Node.js server using builtin cluster API
MIT License
792 stars 69 forks source link

Allow graceful restart when some processes are already dying. This fixes andrewrk/naught#68 #74

Closed forty closed 9 years ago

forty commented 9 years ago

Dropping the assert does not seem to break anything. What do you think? (link: andrewrk/naught#68)

andrewrk commented 9 years ago

Thanks for the patch, and sorry for the delay. I published a bugfix version with this change.