Quartz Cron Trigger with Spring - triggering new cron before last ended
Posted
by Trick
on Stack Overflow
See other posts from Stack Overflow
or by Trick
Published on 2010-03-31T13:24:21Z
Indexed on
2010/03/31
13:33 UTC
Read the original article
Hit count: 355
Simple question, I think.
I have org.springframework.scheduling.quartz.CronTriggerBean
triggering one job once a day. Because this method can last a long time (over 24 hours), will the next day at the same time a new job be executed if the last one is not ended yet?
If yes - is it possible to turn off executing new jobs until the last one is finished?
My method is trans-coding videos and some days there a lot of videos and could last long.
© Stack Overflow or respective owner