I have several methods annotated with @Scheduled(fixedDelay=10000).
@Scheduled(fixedDelay=10000)
In the application context, I have this annotation-driven setup:
<
There is also a property you can set in your application properties file that increases the pool size:
spring.task.scheduling.pool.size=10
Seems to be there since Spring Boot 2.1.0.