Closed
Description
Affects: 6.1.6
Context: LifecycleProcessor / DefaultLifecycleProcessor
We would like to have the possibility to change the timeoutPerShutdownPhase for specific phases.
During the graceful shutdown, we have processes where we have to wait longer than the default timeout.
But we cannot just change the default timeoutPerShutdownPhase, because of long-running http requests running, which should be cancled in default time.
I would be happy to provide a pull request if you'd like.