Idempotent Operation

Coordination & Scale

An operation that produces the same result whether it is executed once or multiple times. Idempotency is a requirement for safe retries in distributed systems, because network failures can cause an operation to be delivered more than once.

Covia documentation covers every concept in full technical detail.