Console database delete
Joshua meant that
database create
is idempotent. So you can use:
It's not a rule for every operation5 Replies
Ah, that makes sense. Thanks for the clarification!
That's a good workaround. (Making delete idempotent would be ideal. 🙂 )
yea i think console it should be idempotent probably
this is where an AI bot we could take with - analyise this thread and implement it in repo xxxx would be so good
the fix is really not too hard
With only an extra question of whether
user delete
is a similar operation or notyeah probably should be
Idempotency for delete operations is generally considered a best practice.
https://chatgpt.com/share/685c15b4-b624-800b-89fe-e5531c9d08c5