Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
@@ -2505,8 +2505,10 @@ void CMasterGraph::executeSubGraph(size32_t parentExtractSz, const byte *parentE
fatalHandler->clear();
}
fatalHandler.clear();
+#ifndef _CONTAINERIZED
Owned<IWorkUnit> wu = &job.queryWorkUnit().lock();
queryJobManager().updateWorkUnitLog(*wu);
+#endif
void CMasterGraph::sendGraph()
@@ -883,7 +883,9 @@ bool CJobManager::executeGraph(IConstWorkUnit &workunit, const char *graphName,
{
Owned<IWorkUnit> wu = &workunit.lock();
wu->setTracingValue("ThorBuild", BUILD_TAG);
updateWorkUnitLog(*wu);
workunit.forceReload();
StringAttr wuid(workunit.queryWuid());