faastjs.functionstats.retries.md

April 11, 2023 ยท View on GitHub

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;