Being able to provide extended timeouts for specific phases in the DefaultLifecycleProcessor #32985
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
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.
The text was updated successfully, but these errors were encountered: