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

API: Transactionalise the “update org additional data” management commands #177

Open
R2ZER0 opened this issue Feb 1, 2024 · 0 comments

Comments

@R2ZER0
Copy link
Contributor

R2ZER0 commented Feb 1, 2024

The datastore's current method of updating Org additional data sources uses multiple management commands to first delete all the existing data and then re-load in the new.

If we ever expose this additional data directly in the API, it would lead to downtime during updates.

We could fix this by making these updates within a single command/transaction instead.

@R2ZER0 R2ZER0 changed the title Transactionalise the “update org additional data” management commands API: Transactionalise the “update org additional data” management commands Feb 1, 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