closeio / tasktiger

Python task queue using Redis
MIT License
1.42k stars 80 forks source link

StatsThread updates #271

Closed neob91-close closed 1 year ago

neob91-close commented 1 year ago

Changes:

neob91-close commented 1 year ago

Just a thing I noticed while working on something else. time.monotonic() is preferred to time.time() when it comes to time measurements, because it's immune to changes and calibrations of the system clock.