Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 916 Bytes

faastjs.functionstats.remotestartlatency.md

File metadata and controls

18 lines (13 loc) · 916 Bytes
id title hide_title
faastjs.functionstats.remotestartlatency
FunctionStats.remoteStartLatency property
true

faastjs > FunctionStats > remoteStartLatency

FunctionStats.remoteStartLatency property

Statistics for how long requests take to start execution after being sent to the cloud provider. This typically includes remote queueing and cold start times. Because this measurement requires comparing timestamps from different machines, it is subject to clock skew and other effects, and should not be considered highly accurate. It can be useful for detecting excessively high latency problems. Faast.js attempt to correct for clock skew heuristically.

Signature:

remoteStartLatency: Statistics;