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

fix: spurious cancelation of async webhooks, better tracing #2969

Merged
merged 3 commits into from
Dec 20, 2022

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    c2adc6b View commit details
    Browse the repository at this point in the history
  2. fix: spurious cancelation of async webhooks, better tracing

    Previously, async webhooks (response.ignore=true) would be canceled
    early once the incoming Kratos request was served and it's associated
    context released. We now dissociate the cancellation of async hooks
    from the normal request processing flow.
    alnr committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    134295e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. chore: code review

    ory-bot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1da1cd1 View commit details
    Browse the repository at this point in the history