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.
In the Community Edition, worker management is done using tags that can be respectively assigned to workers (through the env variable WORKER_TAGS
) and scripts or flows, so that the workers listen to specific jobs queues.
Under Cloud plans & Self-Hosted Enterprise license, worker groups can be managed through Windmill UI.
Specifically, you can group the workers into worker groups, groups for which you can manage the tags they listen to, assignment to a single script, or the worker init scripts, from the UI.
More at:
Workers and Worker Groups
Worker Groups allow users to run scripts and flows on different machines with varying specifications.
Dedicated Workers / High Throughput
Dedicated Workers are workers that are dedicated to a particular script.
Init Scripts
Init Scripts are executed at the beginning when the worker starts.