-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Priority:NormalNormal Priority Issue or PRNormal Priority Issue or PR
Description
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
>>>Metadata
Metadata
Assignees
Labels
Priority:NormalNormal Priority Issue or PRNormal Priority Issue or PR