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

FEAT: concurrency exception behavior #30

Merged
merged 7 commits into from
Dec 29, 2022

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Dec 26, 2022

Closes #6
Implementing Polly to handle retries when a DbUpdateConcurrencyException is thrown when more than 1 request is attempting to update the same record at the same time.
Adding Version field for Company entity to implement optimistic concurrency.

@CesarD CesarD requested a review from a team December 26, 2022 16:36
@CesarD CesarD linked an issue Dec 26, 2022 that may be closed by this pull request
@Gonzo345 Gonzo345 merged commit b34b071 into main Dec 29, 2022
@CesarD CesarD deleted the feat/concurrency_exception_behavior branch December 29, 2022 13:12
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.

Concurrency errors retries
2 participants