apache - is it possible to graceful single process in passenger rails app? - Stack Overflow

时间: 2025-01-06 admin 业界

Apache has a graceful restart but with passenger, it restarts the entire application. Is there any way to restart one single process, or set a timeout to round robin restart? I am hunting down a memory leak and in the meantime, I want to restart 1 process at a time gracefully rather than the whole thing.