Hi all,
I created a job that deleted log files if they are older than 3 days.
However it gets stuck when files are in use:
Exception in Task: Error 32 deleting file '<PATH TO FILE>': The process cannot access the file because it is being used by another process.
Is there a way to just let visualcron ignore this and go on with the next file?