Hello,
I wrote a submission script. It is stored in ‘DeadlineRepository\scripts\Submission’.
I modify it directly on my shared NAS.
I noticed two different behavior when I run my script from ‘Monitor’ or ‘Launcher’ sub menu.
Imagine I use a version of my script that works well :
Both ‘Monitor’ and ‘Launcher’ run the script properly.
Now I modify my script (Clear its entire content) :
- ‘Monitor’ fails, ‘Could not run script …’, that is good, it is the right behavior
- ‘Launcher’ succeededs, it run the previous version (before I broke its code),
and that is not what I was expecting.
The only way to correct this, is stop ‘Launcher’ and run it again.
I suspect something is put in a cache somewhere, but I found no trace, while I was
looking in :
C:\ProgramData\Thinkbox\Deadline
C:\Users[username]\AppData\Local\Thinkbox\Deadline
Did I miss something ?
Because, I thought ‘Launcher’ sub menu was very helpful for debug.
Thanks