So i have fixed this bug with changing  github.com/KDE/kstars/blob/stable-3.5.7/.../scheduler.cpp#L3684 currentJob->setState(SchedulerJob::JOB_IDLE); to currentJob->setState(SchedulerJob::JOB_ABORTED);

With this, the Job is aborted and the next job in the queue is executed

Read More...