Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ webhook: add an option to recover from panics in handler #1900

Merged

Commits on Jul 15, 2022

  1. webhook: add an option to recover from panics in handler

    Currently, a panic occcurence in a webhook handler is not recovered and crashes the webhook server.
    
    This change adds an option to Webhook to recover panics similar to how it is handled in Reconciler. It ensures that panics are converted to normal error response.
    isitinschi committed Jul 15, 2022
    Copy the full SHA
    037bde6 View commit details
    Browse the repository at this point in the history