The data processor feature is great. But I find that there are so many queries on every movement. Is there a way to set the data processor to update the changed tasks\Links every N amount of actions or X amount of time?
Also, how can I wait for data processor actions to finish? I use addTasks which adds tasks in the db and right after addLinks which are connected to the tasks in the db level, if I cant wait for tasks to enter the db, I get a reference error - so I would like to wait for the data processor insert\updates and only then execute the link insert\update