LearnBoost / up

Zero-downtime reloads and requests load balancer based on distribute.
540 stars 73 forks source link

Timeout requests if workers never spawn #10

Open rauchg opened 12 years ago

rauchg commented 12 years ago

https://github.com/LearnBoost/up/blob/master/lib/up.js#L210

In the rare case where all workers failed (and also fail to respawn), prevent memory bloating of the distribute process. But also make sure first node-http-proxy can't do this for us.