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

Deprecate throttle limit in favour of using similar features in TaskExecutor implementations

Open spring-projects-issues opened this issue 16 years ago • 2 comments

Dave Syer opened BATCH-1364 and commented


No further details from BATCH-1364

spring-projects-issues avatar Aug 10 '09 00:08 spring-projects-issues

Dave Syer commented

Apparently the throttle limit is useful for sharing a thread pool with multiple jobs.

spring-projects-issues avatar Aug 28 '09 01:08 spring-projects-issues

Dave Syer commented

I said apparently in that last comment, but I'm not sure I can see any evidence for that. Why not just create a new thread pool (since no job is ever going to get to use more than the configured number of threads)? So I think this is a good candidate for 3.0.

spring-projects-issues avatar Feb 27 '10 00:02 spring-projects-issues