Skip to content

How do I get status of individual jobs in job array? #624

Answered by Kobzol
goxeq asked this question in Q&A
Discussion options

You must be logged in to vote

Hi :) The command that you probably want is this:

$ hq task list <job-id>
+---------+---------+--------+----------+-------+
| Task ID | State   | Worker | Makespan | Error |
+---------+---------+--------+----------+-------+
|       1 | WAITING |        |          |       |
|       2 | WAITING |        |          |       |
|       3 | WAITING |        |          |       |
|       4 | WAITING |        |          |       |
|       5 | WAITING |        |          |       |
|       6 | WAITING |        |          |       |
|       7 | WAITING |        |          |       |
|       8 | WAITING |        |          |       |
|       9 | WAITING |        |          |       |
|      10 | WAITING |

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@goxeq
Comment options

@spirali
Comment options

Answer selected by goxeq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants