DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Incorrect user input not correctly handled #204

Open JohannesGaessler opened 4 years ago

JohannesGaessler commented 4 years ago

Currently input by users can cause workers to crash. For example: specifying invalid mount points.

FellowPlanter commented 4 years ago

those mount points are local right? So we just need to check if the path exists.

JohannesGaessler commented 4 years ago

I think we should just catch the exceptions thrown by incorrect input and set the job status to crashed.