Actions
Defect #3217
openConsolidate thread pools for entity events and Springs @Scheduled methods
Start date:
11/02/2022
Due date:
% Done:
0%
Estimated time:
Description
By default, we use the Spring thread pool for @Scheduled methods, which has size 1. This can in some cases be an issue, because it may defer some tasks if some other task takes too long to execute. The goal of this ticket is:
- Provide some sensible default for Spring @Scheduled thread pool (see https://www.appsloveworld.com/springboot/100/1/what-is-the-default-scheduler-pool-size-in-spring-boot)
- Decide, whether to use our own thread pool
Updated by Tomáš Doischer almost 2 years ago
- Target version changed from 12.4.0 to 13.1.0
Actions