It4innovations / hyperqueue

Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
272 stars 21 forks source link

Fix printing of empty worker list #732

Closed Kobzol closed 1 month ago

Kobzol commented 1 month ago

A failed task might not always have a worker. The CLI code was not counting with this before, now it does.

Fixes: https://github.com/It4innovations/hyperqueue/issues/731