Description
Logic uses assumes this time is in seconds and uses it to time when to kill the AspenConsumer and related processes. By default this maxWait is 150. Think this is a bug in the python time module on windows because this number is barely moving.
>>> import time
>>>
>>> time.process_time()
0.046875
>>>
>>> time.process_time()
0.046875
>>>
>>> time.process_time()
0.046875
>>>
>>>
>>> time.process_time()
0.046875
>>>
>>>
>>> time.process_time()
0.046875
>>> time.process_time()
0.046875
>>> time.process_time()
0.0625
>>>
>>>
>>> time.process_time()
0.0625
>>>
Description
Logic uses assumes this time is in seconds and uses it to time when to kill the AspenConsumer and related processes. By default this
maxWaitis 150. Think this is a bug in the python time module on windows because this number is barely moving.