Open himarora opened 7 years ago
Hi!
I think that what you are wanting to do is very related with this other ticket: https://github.com/machinalis/iepy/issues/62
So, the short answer is "no, cannot be done out of the box", but if you follow a bit the discussion on that thread, should be possible to do the needed changes. Want to make a try?
IEPY is good for bulk operations, but my requirement is to get the answer as soon as possible on per request basis which can be simultaneous as well. One approach is:
Now the clearing part is not allowing it to be a concurrent system. If I don't clear the db, it checks if all the steps have been done for previous documents as well.