Bilal Kaun

  • Blog
  • Front Page

Spring Boot

Java

Session JDBC Effect on Scheduling Thread Pool

When @EnabledScheduling annotation is visible in the context, Spring Boot’s Autoconfigurers usually create two Thread Pools ThreadPoolTaskExecutor ThreadPoolTaskScheduler As their names imply, the Task Executor is used for executing tasks, while the Task Scheduler is used to run scheduled tasks – such as those annotated with @Scheduled. The size of Read more…

By Bilal Kaun, 4 years4 years ago
  • Blog
  • Front Page
Hestia | Developed by ThemeIsle