Results 1 to 2 of 2

Thread: SimpleStepFactoryBean and throttleLimit

  1. #1
    Join Date
    Mar 2005
    Location
    Prague, Czech Republic
    Posts
    34

    Default SimpleStepFactoryBean and throttleLimit

    SimpleStepFactoryBean creates TaskExecutorRepeatTemplate templates but it does not set the throttleLimit which defaults to 4. If I have a TaskExecutor with more than 4 threads this is a bottleneck.

    Shouldn't the SimpleStepFactoryBean provide a setter for throttle limit?

  2. #2
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    The best way to accomplish that right now would be to use a RepeatOperationsStepFactoryBean and set the complete RepeatTemplate yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •