-
Aug 7th, 2010, 06:05 PM
#1
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
-
Aug 8th, 2010, 04:06 AM
#2
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
-
Forum Rules