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
Some features/methods are currently doing more than one operation. For e.g., the registry integration/authorization/operation delegation/preconfiguration of env/clients, then if one of the operations fails in between then we have an inconsistent state.
So, these methods which have multiple functionalities should be transactional (just like DB) so that if any operation fails the state should be roll back. So that we have a consistent state.
The text was updated successfully, but these errors were encountered:
Some features/methods are currently doing more than one operation. For e.g., the registry integration/authorization/operation delegation/preconfiguration of env/clients, then if one of the operations fails in between then we have an inconsistent state.
So, these methods which have multiple functionalities should be transactional (just like DB) so that if any operation fails the state should be roll back. So that we have a consistent state.
The text was updated successfully, but these errors were encountered: