id | title | hide_title |
---|---|---|
faastjs.functionstats.retries |
FunctionStats.retries property |
true |
faastjs > FunctionStats > retries
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;