diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte index 89c770c6c0..004e9eb3d7 100644 --- a/frontend/src/lib/components/ScriptBuilder.svelte +++ b/frontend/src/lib/components/ScriptBuilder.svelte @@ -652,7 +652,14 @@ right: 'Script is run on dedicated workers' }} /> - + {#if script.dedicated_worker} +
{$workspaceStore}:{script.path}
+ Workers will get killed upon detecting this setting change. It is assumed they are in an environment where the supervisor will restart them. Upon restart, they will pick the new dedicated worker config.