Skip to content

Commit

Permalink
add python to dedicated workers
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Nov 4, 2023
1 parent 6f4d26b commit ec82a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/core_concepts/25_dedicated_workers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ They are as fast as running the same logic in a forloop, but keep the benefit of

Dedicated Workers / High Throughput are an [enterprise-only](../../misc/7_plans_details/index.mdx#enterprise-edition---self-hosted) feature.

For now it only works with [bun scripts](../../getting_started/0_scripts_quickstart/1_typescript_quickstart/index.mdx) that have been pre-deployed.
For now it only works with [bun scripts](../../getting_started/0_scripts_quickstart/1_typescript_quickstart/index.mdx) and python scripts that have been pre-deployed.

The scripts can be used within flows.

Expand All @@ -23,11 +23,11 @@ The worker group will restart (assuming the pods/restart are set to restart auto

2. Toggle the "Dedicated Workers" option for that script in the [script Settings](../../script_editor/settings.mdx):

![Dedicated Workers in Settings](./dedicated_workers.png "Dedicated Workers in Settings")
![Dedicated Workers in Settings](./dedicated_workers.png 'Dedicated Workers in Settings')

The [run](../5_monitor_past_and_future_runs/index.mdx) will have a Worker Group Tag assigned to it. [Worker Group Tags](../9_worker_groups/index.mdx) allow to assign custom worker groups to scripts and flows in Windmill for efficient execution on different machines with varying specifications:

![Dedicated Workers Tag](./dedicated_worker_tag.png "Dedicated Workers Tag")
![Dedicated Workers Tag](./dedicated_worker_tag.png 'Dedicated Workers Tag')

<div class="grid grid-cols-2 gap-6 mb-4">
<DocCard
Expand Down

0 comments on commit ec82a74

Please sign in to comment.