Closed
Description
Peter Szanto opened SPR-16271 and commented
I would like to have multiple scheduled tasks in my application, with multiple their pool size, thread name and some as daemon. I can customize these properties using a TaskScheduler, but in an single application I can have only one TaskScheduler. It would be nice if I could define multiple schedulers and refer them in the @Scheduled
annotation similar as I can refer cache name in the @Cacheable
annotation. There could be even something similar to @CacheConfig
so class level settings for multiple scheduled definitions could be configured
Affects: 4.3.13