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
Merge pull request #18624 from deads2k/server-05-delayhandlercrash
Automatic merge from submit-queue (batch tested with PRs 18624, 18605).
allow a panic to crash the server after a delay
This allows a server to crash after it experiences a panic on a delay. The delay allows us to break bootstrapping loops if we're panicing, but still making progress. It also allows us to configure multiple handlers, so we can have this plus sentry by doing `OPENSHIFT_ON_PANIC=["crash-after-delay:10m", "sentry:https://foo"]`
@openshift/sig-master@smarterclayton@eparis@derekwaynecarr as discussed separately
0 commit comments