You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleAsyncTaskExecutor got support for graceful termination in Spring Framework 6.1.
I think it would be helpful to be able to configure the taskTerminationTimeout value, either via the existing spring.task.execution.shutdown.await-termination-period or a new property.
mhalbritter
changed the title
Configure SimpleAsyncTaskExecutor#taskTerminationTimeout via property
Add property for SimpleAsyncTaskExecutor#taskTerminationTimeout
Nov 24, 2023
philwebb
changed the title
Add property for SimpleAsyncTaskExecutor#taskTerminationTimeout
Setting 'spring.task.execution.shutdown.await-termination-period' does not result in a call to SimpleAsyncTaskExecutor#taskTerminationTimeout
Nov 27, 2023
SimpleAsyncTaskExecutor
got support for graceful termination in Spring Framework 6.1.I think it would be helpful to be able to configure the
taskTerminationTimeout
value, either via the existingspring.task.execution.shutdown.await-termination-period
or a new property.#35710 (comment)
The text was updated successfully, but these errors were encountered: