1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
MSP-Greg 9fb12283db Fixes Cluster worker shutdown/restart (#1908)
* cluster.rb - fixup worker wait in Cluster, add Worker#term?

1. Cluster - fix wait in #check_workers, #stop_workers
2. Cluster - add private wait_workers method for use in above
2. Worker  - add #term? method for use in above

* Adds two tests for worker SIGTERM/respawn and phased-restart

test_worker_spawn_external_term - sends SIGTERM to workers, checks respawn, etc

test_worker_phased_restart - checking worker handling during phased-restart
2019-08-23 07:07:28 +00:00
..
puma Fixes Cluster worker shutdown/restart (#1908) 2019-08-23 07:07:28 +00:00
rack/handler Removes empty lines left behind (#1897) 2019-08-09 07:33:24 -07:00
puma.rb Test cleanup and parallelization (#1846) 2019-07-16 18:53:28 -04:00