Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskExecutorRepeatTemplate should have option to not use throttleLimit #4734

Open
anupam-contaque opened this issue Dec 10, 2024 · 0 comments
Labels
status: waiting-for-triage Issues that we did not analyse yet type: feature

Comments

@anupam-contaque
Copy link

Since throttling and related classes from org.springframework.batch.repeat.support are deprecated and will be removed, the TaskExecutorRepeatTemplate 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.

@anupam-contaque anupam-contaque added status: waiting-for-triage Issues that we did not analyse yet type: feature labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage Issues that we did not analyse yet type: feature
Projects
None yet
Development

No branches or pull requests

1 participant