File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ this purpose, there is an `explain` command in HQ.
33
44It 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.
99If it cannot run, it returns explanation why. The explanation considers the following areas:
1010
1111* Resources
You can’t perform that action at this time.
0 commit comments