For example, user creation includes the following two steps.
create user
update tenant
Since DB accesses of these two steps are not atomic, there should be a problem when both user creation and tenant deletion are requested at the same time.
Similar issue can exist for other types of request.
For example, user creation includes the following two steps.
create user
update tenant
Since DB accesses of these two steps are not atomic, there should be a problem when both user creation and tenant deletion are requested at the same time.
Similar issue can exist for other types of request.