You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.