सामग्री पर जाएं

#reliability

1 approved public terms with this tag.

Idempotency

/aɪˌdempəˈtənsi/noun
Technology

मशीन-सहायता अनुवाद मसौदा (Hindi) for "Idempotency": The property of an operation where performing it multiple times produces the same result as performing it once. Idempotent API endpoints are critical for safe retries — if a network error occurs, the client can re-send the request without fear of duplicating side effects like charges or database records.

उदाहरण मसौदा: Pass an idempotency key with payment requests so retries don't charge the customer twice.