Does the every-1-minute process need to be in a separate job? I could
see starting up a background process in the same job that does its thing
and then sleeps for a minute before waking up and doing it again.
Regards,
Eric
On 3/24/2014 1:26 PM, Glenn Halstead wrote:
Hi folks,
As it says in t
Hi folks,
As it says in the subject, I'd like to create a job (a) that will run every
one minute whilst another job (b) is running. Is there a simple way to set
this up? At them moment I'm thinking I'll need to do this in code...
Making job a, at the end of it's work, check if job b is runnin