Re: Run a job every 1 minute whilst another job is running

2014-03-25 Thread Eric Pyle
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

Run a job every 1 minute whilst another job is running

2014-03-24 Thread Glenn Halstead
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