phusion / passenger

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

Track and prioritize routing according to application restart generations #2564

Closed CamJN closed 1 day ago

CamJN commented 2 months ago

The generation number groups all application processes according to the most recent restart initiation. We use this information to intelligently route to newer generations if there is capacity.

Fixes one aspect of #2551.

CamJN commented 1 week ago

The tests that failed in the last run were due to the cache step failing, I reran them and they passed.

CamJN commented 1 week ago

All requested changes have been made.