Skip to content

Commit

Permalink
fix finishThread is not closed after workflow is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Friederici committed Oct 25, 2023
1 parent 0bc14b0 commit 0d9e875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/cws/k8s/scheduler/scheduler/Scheduler.java
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ LinkedList<Task> getUpcomingTasksCopy() {
public void close(){
watcher.close();
schedulingThread.interrupt();
finishThread.interrupt();
this.close = true;
}

Expand Down

0 comments on commit 0d9e875

Please sign in to comment.