How to check that eraser has deleted data or not

gaurav.gupta1

New Member
I am using Eraser. What eraser does is, it adds all process in queue and execute them one by one. Also it take some time for deleting heavy data.
I need to update values in db after deleting data, but i am not able to do this for heavy data because process goes to queue and it updates db values before deleting data.

Is there any command so that i can check that this directory has been deleted and now data should be save into db.
 
Sounds like you need to create a transactional type entry in the queue showing the file was erased and then cleared after - You will have to modify the source for this.
 
Back
Top