Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle ref: document dvc queue #3861

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/command-reference/queue/kill.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ To kill all running experiment tasks and also stop queue processing, you can use

<admon type="warn">

Note that killed experiment tasks will be considered failed runs and will
not be re-added to the queue for future execution.
Note that killed experiment tasks will be considered failed runs and will not be
re-added to the queue for future execution.

</admon>

Expand Down
6 changes: 3 additions & 3 deletions content/docs/command-reference/queue/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ experiment task will continue to be run in the background.

<admon type="warn">

Note that this option is used to specify the encoding of the experiment
task output (i.e. the output of pipeline stage commands), which may not
always match the encoding of your system terminal.
Note that this option is used to specify the encoding of the experiment task
output (i.e. the output of pipeline stage commands), which may not always
match the encoding of your system terminal.

</admon>

Expand Down
11 changes: 5 additions & 6 deletions content/docs/command-reference/queue/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ parallel by using the `--jobs` option to start more than one worker.
<admon type="warn">

Parallel runs are experimental and may be unstable. Make sure you're using
number of jobs that your environment can handle (no more than the CPU
cores).
number of jobs that your environment can handle (no more than the CPU cores).

Note that since queued experiments are run isolated from each other, common
stages may sometimes be executed several times depending on the state of the
Expand All @@ -54,10 +53,10 @@ stages may sometimes be executed several times depending on the state of the
the number of existing workers (`number` is treated as the maximum allowed
concurrency value).

If `number` is less than the number of existing worker processes, this
command will not stop any existing worker processes. To reduce worker
concurrency, `dvc queue stop` must first be used to stop queue processing,
before running `dvc queue run` with the desired number of `--jobs`.
If `number` is less than the number of existing worker processes, this command
will not stop any existing worker processes. To reduce worker concurrency,
`dvc queue stop` must first be used to stop queue processing, before running
`dvc queue run` with the desired number of `--jobs`.

</admon>

Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/queue/stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ workers immediately.

<admon type="warn">

Note that killed experiment tasks will be considered failed runs and will
not be re-added to the queue for future execution.
Note that killed experiment tasks will be considered failed runs and will not be
re-added to the queue for future execution.

</admon>

Expand Down