Hi all,
I have a list of urls (50 in number). For each url there are 10s of thousends requests to be made.
12 engines in my fme server.
What I want to do use 5 of fme engines to run the jobs in parallel - so 10 jobs each engine.
How can I do that?
At the moment I have:
xls reader -> sampler2 (first 10 urls) -> FMEServerJobSubmitter1 (submit in sequence, wait to finish) , sampler2 (connected to sampler1,not_sampled port (first 10) -> FMEServerJobSubmitter2 and so on.
But it just runs the 10 jobs on one engine in FMEServerJobSubmitter1 one after another.