Page 1 of 1

Problem cache in 0.9.0.3?

Posted: Fri Mar 30, 2018 6:09 pm
by momocampo
Hello,

I think I could use this good feature in 0.9.0 in maintenance menu of workflow : Remove monitored file record from history cache.
Now, in 0.9.0.3 it seems inoperative...
I create a simple workflow (folder>custom ffmpeg encode>delivery>delete original by command executor)to check and when I drop again the same file nothing happens.
Maybe I'm wrong but I really believe It works before.
Please, can you tell me Steinar?

Thank you very much.

B.

Re: Problem cache in 0.9.0.3?

Posted: Fri Mar 30, 2018 9:58 pm
by admin
Hi,

I'm sorry but the option was actually removed but the replacement was never documented. This will be fixed for the next release. Each history record is a seperate file stored in the new "%s_cache_record%" variable. So you need to use the "Command executor" instead:

%comspec% /c "if exist "%s_cache_record%" del /f /q "%s_cache_record%""

This should work with the current 0.9.0.3 release, it just lacks the documentation for it.

-steinar

Re: Problem cache in 0.9.0.3?

Posted: Sat Mar 31, 2018 10:18 am
by momocampo
Hi Steinar,

Great, it will be very useful for me!!!
I must say avoid cache can be very important for specific workflow so good news if you can fix it in next release.
Thanks for the solution.
Cheers.
B.

PS: YES, the del %record_cache% works fine ;) thanks!