Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-02-01 09:07:58 +01:00
committed by blam
parent 7c07dafc15
commit 1e346dca7a
2 changed files with 2 additions and 1 deletions
@@ -159,6 +159,7 @@ hotspots
http
https
Iain
idempotency
Iglesias
iLert
img
@@ -36,7 +36,7 @@ When editing BEPs, aim for tightly-scoped, single-topic PRs to keep discussions
## Summary
Scaffolder retriable task idempotency provides the means to make each action of the task idempotent. By default, an action is not considered to be idempotent.
Scaffolder retryable task idempotency provides the means to make each action of the task idempotent. By default, an action is not considered to be idempotent.
It has to be crafted to a solution when action can be re-run multiple times and giving the same effect as it had been run only once.
## Motivation