Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 560 Bytes

faastjs.functionstats.retries.md

File metadata and controls

18 lines (13 loc) · 560 Bytes
id title hide_title
faastjs.functionstats.retries
FunctionStats.retries property
true

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;