Results 1 to 2 of 2

Thread: How can i change the throttle limit

  1. #1
    Join Date
    Aug 2010
    Posts
    6

    Default How can i change the throttle limit

    Hi,

    I was trying to increase the throttle limit in my batch job, but i got the error..

    Here is my job config..

    <job id="testJob">

    <step id="step1">
    <tasklet>
    <chunk task-executor="taskExecutor" reader="testsReader" processor="testsProcessor" writer="testWriter" commit-interval="25"/>

    </tasklet>

    </step>
    </job>

    How can i change the throttle limit... Please suggest me..


    Thanks in advance...

    Regards,
    MK

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    What version of Spring Batch are you using? I believe recent versions have throttle-limit as an attribute of the <tasklet/> element.

Posting Permissions

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