I have dih core. Where, there are two entities one does a delta-import via full-import and other does delta-import to handle deletes.
I'm using delta-import via full-import because only delta-import is taking longer time than full-import.
Now, I'm applying a cron job so, that the imports are automated. In this case, is it possible to run both the imports simultaneously. Such that one takes care of updates and the other takes care of deletes.
Is it possible to run delta-import and full-import simultaneously at once?
not if you have a single endpoint...but you can perfectly do this:
Now you can call them both simultaneously