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

Use deltas for contest objects #50

Open
espidev opened this issue Nov 8, 2020 · 0 comments
Open

Use deltas for contest objects #50

espidev opened this issue Nov 8, 2020 · 0 comments
Labels

Comments

@espidev
Copy link
Member

espidev commented Nov 8, 2020

Contest objects are currently processed by fetching the object, changing it, and then saving it back to the database. This has the chance for a rare possibility of two simultaneous requests overriding the data stored by another. Contest objects should instead store a delta, and when it is saved, apply the delta on to the fetched database version instead.

@espidev espidev added the bug label Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant