LearnBoost / up

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

Ensure all workers are gone before spawning if the timeout is zero. #33

Closed coreh closed 12 years ago

coreh commented 12 years ago

Sometimes it is useful to have all old workers gone before spawning new ones. This patch adds support for that, when workerTimeout is set to 0.

rauchg commented 12 years ago

We need docs about the new workerTimeout behavior as well