Add multiple triggers to single quartz job?

This post gives a hint, but the conclusion ( schedulerInstance. Add(trigger) ) is not valid as of Quartz 2.01.

This post gives a hint, but the conclusion ( schedulerInstance. Add(trigger) ) is not valid as of Quartz 2.01. Instead use the following, after assinging the job to the trigger ( one way is using the TriggerBuilder's forJob method ) schedulerInstance. ScheduleJob( newTrigger ).

You can call scheduleJob repeatedly. Just make sure that you give each Trigger a unique name/group. See TriggerBuilder.

WithIdentity: quartz-scheduler.org/docs/api/2.0.0/inde....

The triggers have different names. I missed part of the error, it says - Unable to store Job : 'LoadJobs. Job-42', because one already exists with this identification, so it looks like the problem is with the job – rediVider Jun 6 at 21:37 Unable to store Job : 'LoadJobs.

Job-42', because one already exists with this identification. – rediVider Jun 6 at 21:41.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions