phusion / passenger

A fast and robust web server and application server for Ruby, Python and Node.js
https://www.phusionpassenger.com/
MIT License
5k stars 547 forks source link

When Meteor app fails to start, spawner freezes #1199

Open FooBarWidget opened 10 years ago

FooBarWidget commented 10 years ago

Try starting a bundled Meteor app without starting the corresponding mongod. It will fail during startup and complain about not being able to connect to MongoDB. However Phusion Passenger doesn't seem to notice this, and as a result the spawner gets stuck.

FooBarWidget commented 10 years ago

Actually, it happens with bundled Meteor apps too, so maybe it's a Node.js-specific issue.