Skip to content

Tag: threadpoolexecutor

Spring SmartLifecycle start() method not executed

In my spring app I have a thread pool manager that during start() creates some threads and add those to the pool. But while running the start() method is never executed. Any help will be really appreciated. Answer This is for someone facing similar problem. isRunning() is called before start() therefore make …