Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 518 Bytes

faastjs.functionstats.invocations.md

File metadata and controls

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

faastjs > FunctionStats > invocations

FunctionStats.invocations property

The number of invocations attempted. If an invocation is retried, this only counts the invocation once.

Signature:

invocations: number;