launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #24034
[Merge] ~cjwatson/launchpad:remove-tickcount into launchpad:master
The proposal to merge ~cjwatson/launchpad:remove-tickcount into launchpad:master has been updated.
Description changed to:
tickcount can't work on Python 3, so in the long term we don't have much choice here. We do want to be able to spot contention, but tracking thread time should be enough here. (Unfortunately, as far as I can tell this is only possible with Python >= 3.3.)
This does change the access log format slightly (logging durations rather than ticks), but as far as I can tell nothing cares.
This is essentially the same as https://code.launchpad.net/~cjwatson/launchpad/remove-tickcount/+merge/373347, converted to git and rebased on master.
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/373764
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:remove-tickcount into launchpad:master.
Follow ups