TaskExecutorRepeatTemplate should have option to not use throttleLimit #4734
Labels
status: declined
Features that we don't intend to implement or Bug reports that are invalid or missing enough details
Since throttling and related classes from
org.springframework.batch.repeat.support
are deprecated and will be removed, theTaskExecutorRepeatTemplate
still uses the default throttle limit.If the task executor submitted is already backed by thread pool then it doesn’t make sense to use the deprecated throttleLimit or even to create a custom
RepeatOperations
implementation for that.There should be an option to skip the throttling entirely, along with the deprecated API. Clients cannot use the multi-threaded steps efficiently with only Spring Batch APIs.
The text was updated successfully, but these errors were encountered: