It4innovations / hyperqueue

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

Handle transition from waiting to failed state in HQ #630

Closed Kobzol closed 9 months ago

Kobzol commented 9 months ago

This can happen if the task failed to start (e.g. if stdout/stderr file path preparation has failed). I also took the liberty of expanding several error messages created when a task fails to start.

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