[Taskforest-discuss] J1(token=>'T', every=>'1')
Brought to you by:
enoor
From: Saravanan S. P. <ss...@gm...> - 2011-06-17 07:09:53
|
Hi, I am scheduling two jobs J1 and J2, i want this jobs to repeat every 2 min and and i want only one job to run at a time. i have used this option in my family file. start => '00:00', tz => 'Asia/Hong_Kong', calendar => 'daily' J1(token=>'T', every=>'1') J2(token=>'T', every=>'1') though both the jobs run successfully, they do not run parallel only during the first time, after that when rerun sequence kicks in they run parallel at times though i have only one instance of Token T. Why is this happening? How can i make two jobs run on a repeat sequence and they should not run at the same time? Thanks, Saravanan S. |