Message 314907 - Python tracker

Message314907

Author thehesiod
Recipients asvetlov, thehesiod, yselivanov
Date 2018-04-03.22:39:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522795174.73.0.467229070634.issue33221@psf.upfronthosting.co.za>
In-reply-to
Content
another idea would be neat to somehow plug into the stats so people can trace (ex: via datadog tracing) "slow" tasks, similarly to things that are outputted via PYTHONASYNCIODEBUG, however in this case be able to trace slow steps and also slow accumulated steps.  In this scenario you don't know which task will be slow and don't want to track every task.
History
Date User Action Args
2018-04-03 22:39:34thehesiodsetrecipients: + thehesiod, asvetlov, yselivanov
2018-04-03 22:39:34thehesiodsetmessageid: <1522795174.73.0.467229070634.issue33221@psf.upfronthosting.co.za>
2018-04-03 22:39:34thehesiodlinkissue33221 messages
2018-04-03 22:39:34thehesiodcreate