java - nested jobs in Quartz -


I have nested to do the scheduled work:

(1). Daily master job downloading scheduling information, which is a list of job names with timestamp (2). Schedule a job in scheduling information that I have downloaded according to my timestamp

I'm not sure how nested jobs work in quartz It seems that I need to trigger the job of the Krrintrigger Is there any way to do this, including a simple tree job? Is there any alternative?

Thanks Lily

They are not actually nested jobs.

You are right in that master job requires a cronitor, but when he runs the job, the cycle will be through the job list and there will be a simple tragger for each entry. You can get a scheduler from Kronzob's Job Execution Contact and add jobs to it.

And Bingo, all your jobs are scheduled


Comments