Skip to content

Commit 6760c19

Browse files
committed
Docs updated
1 parent bc4cb69 commit 6760c19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### New features
88

9-
* New command `hq task explain <job_id> <task_id> <worker_ids>` explains why a task cannot be run on a given worker.
9+
* New command `hq task explain <job_id> <task_id>` explains why a task cannot be run on a given worker.
1010
* The server scheduler now slightly prioritizes tasks from older jobs and finishing partially-computed task graphs
1111
* New values for `--crash-limit`:
1212
* `never-restart` - task is never restarted, even if it "crashes" on a worker that was explicitly terminated.

docs/jobs/explain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ this purpose, there is an `explain` command in HQ.
33

44
It can be used as follows:
55

6-
`hq task explain <JOB_ID> <TASK_ID> <WORKER_IDS>`
6+
`hq task explain <JOB_ID> <TASK_ID>`
77

8-
This command provides information about whether the given task can run on the specified workers.
8+
This command provides information about whether the given task can run on workers.
99
If it cannot run, it returns explanation why. The explanation considers the following areas:
1010

1111
* Resources

0 commit comments

Comments
 (0)