You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
R2ZER0
changed the title
Transactionalise the “update org additional data” management commands
API: Transactionalise the “update org additional data” management commands
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.
The text was updated successfully, but these errors were encountered: