I’ve been testing a failure mode where:
action executes
response is lost / times out
system retries
In cases where the action likely succeeded but can’t be confirmed, retries can duplicate irreversible effects (payments, trades, etc).
How does Aura Guard handle this scenario?
Specifically:
- do you attempt reconciliation before retry?
- or treat retries as safe by default?
In testing, retry-by-default seems to replay side effects rather than resolve them.
I’ve been testing a failure mode where:
action executes
response is lost / times out
system retries
In cases where the action likely succeeded but can’t be confirmed, retries can duplicate irreversible effects (payments, trades, etc).
How does Aura Guard handle this scenario?
Specifically:
In testing, retry-by-default seems to replay side effects rather than resolve them.