IDEN
← Troubleshooting
Messaging

Duplicate idempotency

Symptoms

  • Message sent twice
  • Customer receives duplicates

Likely causes

  • Retries without an idempotency key
  • Different keys for the same send

How to fix

  • Include a stable `Idempotency-Key` per logical send
  • Derive the key from an order/event id