> That way you can send as many retries as you like, as long as they’ve all got the same idempotency key - the operation will only be performed once.
I worked in an org where idempotency meant: if it threw an exception this time, it needs to throw the same exception everytime.
replies(1):