Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 845 Bytes

faastjs.functionstats.returnlatency.md

File metadata and controls

18 lines (13 loc) · 845 Bytes
id title hide_title
faastjs.functionstats.returnlatency
FunctionStats.returnLatency property
true

faastjs > FunctionStats > returnLatency

FunctionStats.returnLatency property

Statistics for how long it takes to return a response from the end of execution time to the receipt of the response locally. This measurement requires comparing timestamps from different machines, and is subject to clock skew and other effects. It should not be considered highly accurate. It can be useful for detecting excessively high latency problems. Faast.js attempts to correct for clock skew heuristically.

Signature:

returnLatency: Statistics;