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

Added transaction support around user creation to prevent race conditions #974

Closed

Conversation

carsongee
Copy link
Contributor

This is basically the same change made in #770 but this adds transaction support around creating the user object as well. The reasoning here is a bit different than #770 as this is just intended to prevent request failures in scenarios where a client is logging in for the first time simultaneously via multiple parallel API calls using token authentication and creating 500 responses as a result of the user being created in a different fork.

@carsongee carsongee closed this Aug 1, 2016
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.

None yet

1 participant