fix(webhooks): acknowledge delivery after all subscribers succeed - #1731
Open
sam-goodwin wants to merge 1 commit into
Open
sam-goodwin wants to merge 1 commit into
sam-goodwin wants to merge 1 commit into
Conversation
Contributor
|
Install the packages built from this commit: alchemypnpm install https://pkg.alchemy.run/alchemy/pr:1731:a7c84fb@alchemy.run (6)pnpm install https://pkg.alchemy.run/@alchemy.run/better-auth/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@alchemy.run/cloudflare-runtime/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@alchemy.run/frontend-frameworks/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@alchemy.run/node-utils/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@alchemy.run/floci/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@alchemy.run/pkg/pr:1731:a7c84fb@distilled.cloud (14)pnpm install https://pkg.alchemy.run/@distilled.cloud/core/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/acme/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/aws/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/axiom/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/cloudflare/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/fly-io/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/github/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/hetzner/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/neon/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/prisma/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/planetscale/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/railway/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/stripe/pr:1731:a7c84fbpnpm install https://pkg.alchemy.run/@distilled.cloud/zerossl/pr:1731:a7c84fbPublished |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make the Worker's application HTTP handler a fallback for requests that no event-source listener accepts. Preserve the existing
listenAPI and non-HTTP listener fan-out.GitHub and Stripe subscriptions sharing an endpoint now use one signature check, one decoder, and one acknowledgement decision:
503on subscriber failure or a 30-second processing timeout. Retries can repeat successful subscribers; side effects must be idempotent.The shared acknowledgement implementation is internal. This adds no new Worker listener hook and changes neither GitHub Secrets nor Forgejo resources.