Using VMX Balancer Options found in Configure Cloud Providers dialog it is possible to enable or disable Asset Checking, specify Crawler Hostname, Port and OS.
Then there is AssetCrawler_Server.py script in Drive:\DeadlineRepository8\vmx directory which is as its file name suggests is a server. It is probably intended to be started on a cloud render slave as its job’s pre-render process.
AssetCrawler_Server’s HandleConnection expects data argument:
data = conn.recv( BUFFER_SIZE )
What data and what data type/format the data is?
If AssetCrawler_Server is indeed started on a slave machine as a pre-render process than what process is responsible for collecting the Assets data (Asset file paths?) and calling the AssetCrawler Server process started on slave?