CustomLabs
Agents

Idempotency

An idempotent operation produces the same result no matter how many times it runs.

Calling it twice does nothing that a single call had not already done.

For a tool that writes, sends, or deletes, idempotency is what makes a retry safe.

It is usually enforced with a unique key passed on every retry of the same call.

Without it, a timeout followed by an automatic retry can execute the same mutation twice.

← Back to the full glossary

Source: https://customlabs.io/glossary/idempotency/

navigate select esc close