Question

I was wondering if I can run more than one parallel job at a time in parallel.

I have two separate parallel jobs "Job1" and "Job2". What I can do is to put them in a sequence and then run. But this way once the Job1 is finished then Job2 starts. Can I start them at the same time? Purpose is to optimize the jobs by saving time.

If I put them both in a sequence independently, without a link. Its doesn't work. I tried to research but there is nothing specific out there on forums.

Any help would be much appreciated.

Was it helpful?

Solution 3

yes, we schedule a number of parallel (and some server jobs) jobs to run at given schedules. A lot of those schedules do overlap. These parallel jobs can run at the same time

http://ds.iexpertify.com/

OTHER TIPS

Are you sure you tried running the jobs in a sequence independently in a correct manner. Normally, that should work.

Yes you can run both jobs parallely, but for this you have to use Sequencer, and running independent sequence is also possible, what was the issue showing when you are tring to run independent sequence?

Yes you can. But you're going to have to uses a sequence job

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top