-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge main into sweep/add-sweep-config
- Loading branch information
Showing
10 changed files
with
65 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+55.4 KB
(140%)
docs/core_concepts/25_dedicated_workers/worker_group_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import DocCard from '@site/src/components/DocCard'; | ||
|
||
# Worker Groups Management UI | ||
|
||
Workers are autonomous processes that run one script at a time using the full | ||
machines resources available to them. They are at the basis of [Windmill's architecture](../10_architecture/index.md). | ||
|
||
Under an [Enterprise license](../7_plans_details/index.mdx), worker groups can be managed through Windmill UI. | ||
|
||
![Worker Group edit config](../../core_concepts/9_worker_groups/worker_group_ui.png) | ||
|
||
More at: | ||
|
||
<div class="grid grid-cols-2 gap-6 mb-4"> | ||
<DocCard | ||
title="Workers and Worker Groups" | ||
description="Worker Groups allow users to run scripts and flows on different machines with varying specifications." | ||
href="/docs/core_concepts/worker_groups" | ||
/> | ||
<DocCard | ||
title="Dedicated Workers / Native Performance" | ||
description="Dedicated Workers are workers that are dedicated to a particular script." | ||
href="/docs/core_concepts/dedicated_workers" | ||
/> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters