Skip to content

Windows Python time.process_time bug #1103

@boverhof

Description

@boverhof

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions