faastjs > FunctionStats > retries
FunctionStats.retries property
The number of invocation retries attempted. This counts retries attempted by faast.js to recover from transient errors, but does not count retries by the cloud provider.
Signature:
retries: number;