-
Worker behavior
I’m having a few issues with how Worker handles files in watch folders.
A common tenet of watch folder processes is to wait for the source file size to report the same size after two inspections. Is this what “Wait for directory to settle” does? It sounds like it waits until all files in a folder have “settled”. Regardless, it appears it does not work. The “Settle period” is respected but that will delay small files from being processed promptly. We send 16K ref movies all the way to 60GB self contained.
Another tenet is to not to process files present in a watch folder when the watcher is launched. Without this a batch of files could be processed twice if the watcher is quit and launched without first removing all files from all watch folders.
Lastly how can I kill a single job in progress without quitting worker and potentially killing other in progress jobs?
Thanks
John