reduce queue check interval to 0.5s

This commit is contained in:
Eugene Brodsky 2023-05-12 17:45:01 -04:00
parent ad0bb3f61a
commit 63db3fc22f

View File

@ -43,7 +43,7 @@ class DefaultInvocationProcessor(InvocationProcessorABC):
if not queue_item: # Probably stopping
# do not hammer the queue
time.sleep(1)
time.sleep(0.5)
continue
graph_execution_state = (