rabbit_db: Note that rabbit_db_msup:create_or_update() is not atomic

... with Khepri.
This commit is contained in:
Jean-Sébastien Pédron 2025-03-31 17:25:05 +02:00
parent 440eb5b355
commit c8fafa3772
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ create_or_update_in_khepri(Group, Overall, Delegate, ChildSpec, Id) ->
end
end;
_ ->
%% FIXME: Not atomic with the get above.
ok = rabbit_khepri:put(Path, S),
start
end.