File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
docs/core_concepts/9_worker_groups Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,8 @@ In the [Cloud plans & Self-Hosted Enterprise Edition](/pricing), workers can be
45
45
Examples of configurations include:
46
46
47
47
1 . [ Assign different jobs to specific worker groups] ( #set-tags-to-assign-specific-queues ) by giving them tags.
48
- 2 . [ Set an init script] ( #init-scripts ) that will run at the start of the workers (e.g. to pre-install binaries).
49
- 3 . [ Set a periodic script] ( #worker-scripts ) that will run at regular intervals on workers (e.g. for maintenance tasks).
50
- 4 . [ Dedicate your worker to a specific script or flow] ( #dedicated-workers--high-throughput ) for high throughput.
48
+ 2 . [ Set an init or periodic script] ( #worker-scripts ) that will run at the start of the workers or periodically (e.g. to pre-install binaries).
49
+ 3 . [ Dedicate your worker to a specific script or flow] ( #dedicated-workers--high-throughput ) for high throughput.
51
50
52
51
## Assign custom worker groups
53
52
@@ -274,9 +273,8 @@ You can then configure it directly from the UI.
274
273
Examples of configurations include:
275
274
276
275
1. [Assign different jobs to specific worker groups](#set-tags-to-assign-specific-queues) by giving them tags.
277
- 2. [Set an init script](#init-scripts) that will run at the start of the workers (e.g. to pre-install binaries).
278
- 3. [Set a periodic script](#worker-scripts) that will run at regular intervals on workers (e.g. for maintenance tasks).
279
- 4. [Dedicate your worker to a specific script or flow](#dedicated-workers--high-throughput) for high throughput.
276
+ 2. [Set an init or periodic script](#worker-scripts) that will run at the start of the workers or periodically (e.g. to pre-install binaries).
277
+ 3. [Dedicate your worker to a specific script or flow](#dedicated-workers--high-throughput) for high throughput.
280
278
281
279
282
280
## Alerts
You can’t perform that action at this time.
0 commit comments