Function golem_rust::generate_idempotency_key
source · pub fn generate_idempotency_key() -> Uuid
Expand description
Generates an idempotency key. This operation will never be replayed — i.e. not only is this key generated, but it is persisted and committed, such that the key can be used in third-party systems (e.g. payment processing) to introduce idempotence.