diff --git a/Sources/pyOpenRPA/Orchestrator/Processor.py b/Sources/pyOpenRPA/Orchestrator/Processor.py index cae7f755..55214fc4 100644 --- a/Sources/pyOpenRPA/Orchestrator/Processor.py +++ b/Sources/pyOpenRPA/Orchestrator/Processor.py @@ -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") \ No newline at end of file