|
|
|
@ -126,7 +126,7 @@ def ProcessorMonitorRunSync(inGSettings):
|
|
|
|
|
else:
|
|
|
|
|
lActiveGUIDStr = lItemDict["GUIDStr"]
|
|
|
|
|
lActiveTimeStart = time.time()
|
|
|
|
|
time.sleep(10) # Sleep when list is empty
|
|
|
|
|
time.sleep(inGSettings["ProcessorDict"]["WarningExecutionMoreThanSecFloat"]) # Sleep when list is empty
|
|
|
|
|
except Exception as e:
|
|
|
|
|
if lL: lL.exception(
|
|
|
|
|
f"Processor.ProcessorMonitorRunSync. Something goes very wrong in processor queue. See traceback")
|