Issue - We had this issue where Master Scheduling nightly batch job was taking more than 3-4 hours to complete.
Solution - Set up the Helpers count to a number more than 0, in our case 8 was a decent figure as it reduced the job completion time from 4 hours to 45 mins. By setting the helper count, it spawns into multiple threads/multiple tasks thereby making the job quicker.
Solution - Set up the Helpers count to a number more than 0, in our case 8 was a decent figure as it reduced the job completion time from 4 hours to 45 mins. By setting the helper count, it spawns into multiple threads/multiple tasks thereby making the job quicker.
No comments:
Post a Comment