When Async long_cycles indicates there’s been a long cycle, is there a way to attribute that to a particular piece of code?
You could always use something like magic-trace to debug that long cycle?
It should allow you to dump the last 1-100ms of function calls.