Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arbiter: Wait for all old workers to terminate on SIGHUP
This is to prevent them getting double SIGTERM signals sent to them (once the main loop runs self.manage_workers again and notices that there are too many workers spawned). It seems as if they exit due to signal termination in case they are sent SIGTERM, but are not yet reaped. Hopefully solves benoitc#3050.
- Loading branch information