Skip to content

chore(logs): Log when idempotency record is not unique #3630

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

Merged
merged 1 commit into from
May 13, 2025

Conversation

julienbourdeau
Copy link
Contributor

Context

IdempotencyRecords were recently added to ensure uniqueness across the app.

Description

The goal is to add an entry to the logs so we can start ignoring this exception when needed. For example, an inbound webhook coming from payment provider can be ignored if they are processed twice. Yet, I think we want to add something to the logs.

@julienbourdeau julienbourdeau self-assigned this May 13, 2025
@julienbourdeau julienbourdeau merged commit 1cc77c2 into main May 13, 2025
14 checks passed
@julienbourdeau julienbourdeau deleted the chore/add-idempotency-logs branch May 13, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants