Open JohannesGaessler opened 4 years ago
Currently input by users can cause workers to crash. For example: specifying invalid mount points.
those mount points are local right? So we just need to check if the path exists.
I think we should just catch the exceptions thrown by incorrect input and set the job status to crashed.
Currently input by users can cause workers to crash. For example: specifying invalid mount points.