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

Ensure all mutable DB actions are transactional #33

Open
4 of 6 tasks
nafiz1001 opened this issue Jun 19, 2024 · 0 comments
Open
4 of 6 tasks

Ensure all mutable DB actions are transactional #33

nafiz1001 opened this issue Jun 19, 2024 · 0 comments

Comments

@nafiz1001
Copy link
Collaborator

nafiz1001 commented Jun 19, 2024

This makes it possible to allow multiple instances of Triton to run at the same time without corruption.
The most important APIs

  • create request
  • extend request
  • unstage request
  • delete request
  • contact-service
  • actually make sure a triton can see up to date data from the db when another triton modifies the db
@nafiz1001 nafiz1001 changed the title Ensure all API calls that modify the DB are transactional Ensure all API that modify the DB are transactional Jun 19, 2024
@nafiz1001 nafiz1001 changed the title Ensure all API that modify the DB are transactional Ensure all mutable DB actions are transactional Jun 19, 2024
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

No branches or pull requests

1 participant