Skip to content

Commit a5183b6

Browse files
committed
nits
1 parent 93d4e39 commit a5183b6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/core_concepts/9_worker_groups/index.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ In the [Cloud plans & Self-Hosted Enterprise Edition](/pricing), workers can be
4545
Examples of configurations include:
4646

4747
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.
5150

5251
## Assign custom worker groups
5352

@@ -274,9 +273,8 @@ You can then configure it directly from the UI.
274273
Examples of configurations include:
275274
276275
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.
280278
281279
282280
## Alerts

0 commit comments

Comments
 (0)