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

Implement a transaction for the new questions #130

Open
UO289845 opened this issue Apr 25, 2024 · 0 comments
Open

Implement a transaction for the new questions #130

UO289845 opened this issue Apr 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@UO289845
Copy link
Contributor

The problem is that MongoDB is not well suited for using transactions. In order to do them, we will need to replicate the mongo databases. This is done with the command

mongodb container replica set

This is to be done with Docker and Docker compose to ensure that it'll work in the rest of the services.

@UO289845 UO289845 added bug Something isn't working enhancement New feature or request labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants