Typos worker group configs (#4751)

This commit is contained in:
Henri Courdent
2024-11-19 19:21:03 +01:00
committed by GitHub
parent b3a7cb0583
commit 5c44939dc7
5 changed files with 6 additions and 6 deletions
@@ -16,7 +16,7 @@
<svelte:fragment slot="button">
<Button {color} size="xs" nonCaptureEvent={true}>
<div class="flex flex-row gap-1 items-center"
><Pen size={14} /> Custom Tags&nbsp;<Tooltip light
><Pen size={14} /> Custom tags&nbsp;<Tooltip light
>Tags are assigned to scripts and flows. Workers only accept jobs that correspond to their
worker tags. Scripts have a default tag based on the language they are in but users can
choose to override their tags with custom ones. This editor allow you to set the custom
@@ -140,7 +140,7 @@
</label>
<!-- svelte-ignore a11y-label-has-associated-control -->
<label>
Occupancy rate % threhsold to go below to trigger a scale-in (decrease) <Tooltip
Occupancy rate % threshold to go below to trigger a scale-in (decrease) <Tooltip
>Default: 25%, need to go below average of all of 15s, 5m and 30m occupancy rates</Tooltip
>
{#if config !== undefined}
@@ -18,7 +18,7 @@
<svelte:fragment slot="button">
<Button color="dark" size="xs" nonCaptureEvent={true}>
<div class="flex flex-row gap-1 items-center"
><Pen size={14} /> Default Tags&nbsp;<Tooltip light
><Pen size={14} /> Default tags&nbsp;<Tooltip light
>Scripts and steps that have not been specifically assigned tags will use a default tag
that can be customized here</Tooltip
></div
@@ -654,7 +654,7 @@
<div class="mt-8" />
<Section
label="Environment Variables passed to Jobs"
label="Environment variables passed to jobs"
collapsable={true}
tooltip="Add static and dynamic environment variables that will be passed to jobs handled by this worker group. Dynamic environment variable values will be loaded from the worker host environment variables while static environment variables will be set directly from their values below."
>
@@ -805,7 +805,7 @@
<div class="mt-8" />
<Section
label="Init Script"
label="Init script"
tooltip="Bash scripts run at start of the workers. More lightweight than having to require the worker images at the cost of being run on every start."
>
<div class="flex gap-4 py-2 pb-6 items-baseline w-full">
@@ -24,7 +24,7 @@
<WorkerTagSelect noLabel bind:tag />
{:else}
<div class="text-sm text-secondary flex flex-row gap-2">
No custom worker group tag defined on this instance in "Workers {'->'} Custom Tags"
No custom worker group tag defined on this instance in "Workers {'->'} Custom tags"
<a
href="https://www.windmill.dev/docs/core_concepts/worker_groups"
target="_blank"