Click here to Skip to main content
15,900,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application i have to run number of number of jobs.here if my first job is taking 10 minutes for executing the job meanwhile 10 jobs will be waiting in the queue because for every minute one job will add and it will wait in the queue for their turn to execute.until and unless first job will complete its task because here i am using statefulJob so there is no problem here but if second job also will take 10 minutes to complete its task means mean while 19 jobs will wait in the queue so because of this If heap size reach its max limit then the application will not run and this is big problem.
so how to avoid this by using quartz properties.

What I have tried:

Job scheduling ,quartz properties
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900