fix: hash long dedicated worker tags (#7914)

* fix: hash long dedicated worker tags

* Update frontend/src/lib/components/dedicated_worker.ts

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
hugocasa
2026-02-11 19:29:44 +00:00
committed by GitHub
co-authored by claude[bot]
parent 22f22c2661
commit aaa1b92300
9 changed files with 225 additions and 82 deletions
@@ -1443,8 +1443,8 @@
{#if script.dedicated_worker}
<div class="py-2">
<Alert type="info" title="Require dedicated workers">
One worker in a worker group needs to be configured with dedicated worker
set to: <pre>{$workspaceStore}:{script.path}</pre>
A worker group needs to be configured to listen to this script. Select
it in the dedicated workers section of the worker group configuration.
</Alert>
</div>
{/if}