catalyst / moodle-tool_lockstats

Moodle cron / task API lock statistics admin tool
https://moodle.org/plugins/tool_lockstats
6 stars 13 forks source link

The component and class name columns are empty for 'other' locks #73

Closed brendanheywood closed 4 years ago

brendanheywood commented 5 years ago

This metadata may need to be inferred somehow from a stack for non cron locks

It may be a core issue specifically with ad hoc tasks too as most ad hoc tasks don't implement the get_component method and the base class doesn't either

brendanheywood commented 5 years ago

The lock-> caller is probably a good candidate to use instead

brendanheywood commented 4 years ago

Fixed in https://github.com/catalyst/moodle-tool_lockstats/issues/90