This can happen when a job is running and the ndscheduler process died.
I.e to reproduce:
can create shell job like that sleeps for a while i.e:
["bash","-c","sleep 3600"]
when the job is running, send kill signal, the next time ndscheduler starts, the job will be stuck at running.
This can happen when a job is running and the ndscheduler process died.
I.e to reproduce:
can create shell job like that sleeps for a while i.e:
["bash","-c","sleep 3600"]
when the job is running, send kill signal, the next time ndscheduler starts, the job will be stuck at running.