From 5e6ace6c625d93a619d33ae48f45b419581c9877 Mon Sep 17 00:00:00 2001 From: Andy Chou <1381213+acchou@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:07:52 -0700 Subject: [PATCH] docs: doc update --- docs/api/faastjs.commonoptions.speculativeretrythreshold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/faastjs.commonoptions.speculativeretrythreshold.md b/docs/api/faastjs.commonoptions.speculativeretrythreshold.md index 70b2c6751..95999871b 100644 --- a/docs/api/faastjs.commonoptions.speculativeretrythreshold.md +++ b/docs/api/faastjs.commonoptions.speculativeretrythreshold.md @@ -9,7 +9,7 @@ hide_title: true ## CommonOptions.speculativeRetryThreshold property -> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. +> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. > Reduce tail latency by retrying invocations that take substantially longer than other invocations of the same function. Default: 3.