-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: bugA general bugA general bug
Description
When use @EnableWebSocket
and @EnableScheduling
at the same time, spring.task.sheduling*
will not effect
After I debug a simple empty project, I found ScheduledTaskRegistrar
always use localExecutor
, because TaskSchedulingAutoConfiguration.taskScheduler(TaskSchedulerBuilder builder)
not run.
I guess there are some conflict codes in WebSocketConfigurationSupport
with TaskSchedulingAutoConfiguration
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: bugA general bugA general bug