Sorry for late answer, I didn't see your message until now. Wait function is very efficient and virtually doesn't consume any system resources. Make sure you run this job asynchronously otherwise it may block other jobs in the same job queue. : I have dependency jobs but would rather put them : all in one script. To do this I would have to use : the Wait function for up to 2 hours on some jobs. : Question is: Does the wait function use system resources : or will in some way affect other jobs that : are running? There could be as many as 200 : jobs running daily.
|