Skip to content

Webhook handlers are not idempotent and can double-process events #25

Description

@boluwacodes

Incoming webhook events are processed directly without checking whether that event ID has already been handled, so a redelivery from the upstream provider can apply the same state change twice.

Fix: Persist processed event IDs and short-circuit duplicate deliveries.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions