From b4c69a3d50896c0c3031a2e3dd7995ba2be5ff29 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 17 Nov 2023 10:06:05 +0100 Subject: [PATCH] dedicated workers nit --- frontend/src/lib/components/ScriptBuilder.svelte | 3 ++- .../src/lib/components/flows/content/FlowSettings.svelte | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte index b5fb33dbc3..2b2fa21c39 100644 --- a/frontend/src/lib/components/ScriptBuilder.svelte +++ b/frontend/src/lib/components/ScriptBuilder.svelte @@ -666,7 +666,8 @@ In this mode, the script is meant to be run on dedicated workers that run the script at native speed. Can reach >1500rps per dedicated worker. Only - available on enterprise edition and for the Bun language. diff --git a/frontend/src/lib/components/flows/content/FlowSettings.svelte b/frontend/src/lib/components/flows/content/FlowSettings.svelte index 95d54a2ea7..3a7dc45a15 100644 --- a/frontend/src/lib/components/flows/content/FlowSettings.svelte +++ b/frontend/src/lib/components/flows/content/FlowSettings.svelte @@ -366,7 +366,7 @@ Dedicated Worker { @@ -391,9 +391,9 @@ {/if} In this mode, the script is meant to be run on dedicated workers that run the - script at native speed. Can reach >1500rps per dedicated worker. Only available on - enterprise edition and for the Bun language.In this mode, every scripts of this flow is run on the workers dedicated to this + flow that keep the scripts "hot" so that there is not cold start cost incurred. + Steps can run at >1500 rps in this mode.