spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is true

Open savinov opened this issue 3 years ago • 0 comments

Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is true

  1. ScheduledTaskRegistrar: shutdown taskScheduler of ExecutorConfigurationSupport type in destroy()
  2. ScheduledAnnotationBeanPostProcessor: do not cancel tasks in destroy(), taskRegistrar cancel them

Closes gh-26482

savinov avatar Sep 14 '22 15:09 savinov