Add durable webhook delivery foundation - #80
Open
peg wants to merge 1 commit into
Open
Conversation
peg
marked this pull request as ready for review
July 31, 2026 00:50
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.
Summary
Rollout status
This PR does not change runtime webhook behavior. It adds no Worker import, queue binding, producer, or consumer. Direct delivery remains active.
The following empty Cloudflare resources have been created for the managed deployment:
snare-webhook-deliverysnare-webhook-delivery-dlqsnare-webhook-delivery-stagingsnare-webhook-delivery-staging-dlqKeeping queue bindings out of this foundation PR avoids imposing a new Cloudflare resource requirement on public self-hosters. A follow-up activation PR will add producer and consumer behavior together, with an optional/self-host-compatible configuration.
Before activation, the GitHub environment tokens for
snare-worker-stagingandsnare-worker-productionmust receive account-scopedQueues Edit.Verification
npm test: 57/57 passednpm audit --audit-level=high: 0 vulnerabilitiesnpm run cf:check: passed; production bundle has no queue bindingnpm run cf:check:staging: passed; staging bundle has no queue bindinggo test ./... -v -race -count=1: passed (optional local canary clients unavailable locally; CI installs/verifies them)go vet ./...: passedgo build ./...: passedgovulncheck ./...: 0 called vulnerabilitiesgit diff --check: passed