views:

7

answers:

0

iam Scheduling the same job with different cronexpressions but the job running with last cronexpression only.Pl help me how to run the same job with all cron expressions. For Ex: I have job(secjob) and i have 2 cron expressions a)0 1/3 * * * ? b) 0 1/5 * * * ?

Here i schedule my job and cronexp are like 1) secjob and 0 1/3 * * * ? 2) secjob and 0 1/5 * * * ? In these 2 my 2 job only running the first is not running always same way (the last one running) even if it is any no of cron expressions with same job