Skip to content
Snippets Groups Projects
Commit 5fcd427d authored by srosse's avatar srosse
Browse files

OO-4840: cancel timer of the task executor manager

parent a90183bf
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ public class TaskExecutorManagerImpl implements TaskExecutorManager {
}
public void shutdown() {
timer.cancel();
taskExecutor.shutdownNow();
sequentialTaskExecutor.shutdownNow();
lowPriorityTaskExecutor.shutdownNow();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment