Hi,
I'm trying to set up a task that builds the insances of a an index.
The documentation says that the task will "build the instances sequentially".
But when i run the "Repository Task Handler" all the indexes start building at the same time and I end up with sa indexes with the error "Lock file is already present".
I would like to build an index, for example every 20 minutes, but only one instance. Shouldn't the "Repository Task Handler" do that or am I misunderstandning something?
/Aki