Skip to content
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

Return 409 on duplicate message insert #1466

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented Oct 1, 2024

Ensure that we don't return a 5xx when user attempts to insert a duplicate message (i.e., due to msg-uid conflict)

Fixes #1454

Ensure that we don't return a 5xx when user attempts to
insert a duplicate message (i.e., due to msg-uid conflict)

Fixes svix#1454
@jaymell jaymell marked this pull request as ready for review October 1, 2024 21:34
@jaymell jaymell requested a review from a team as a code owner October 1, 2024 21:34
@svix-james svix-james merged commit 7fe243a into svix:main Oct 2, 2024
5 checks passed
@jaymell jaymell deleted the 409-on-conflict branch October 2, 2024 14:37
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.

sending the same message with the same eventId results into a 500 error
3 participants