Re: [Twisted-Python] finding out what's blocking the reactor

2019-05-13 Thread Glyph
> On May 13, 2019, at 7:26 AM, Chris Withers wrote: > > Hi All, > > On some busy instances of the app I'm working with/on, we see websocket > connections being dropped due to not ping/ponging in time, I'm fairly sure > this is as a result of some user-written callbacks blocking the reactor f

[Twisted-Python] finding out what's blocking the reactor

2019-05-13 Thread Chris Withers
Hi All, On some busy instances of the app I'm working with/on, we see websocket connections being dropped due to not ping/ponging in time, I'm fairly sure this is as a result of some user-written callbacks blocking the reactor for long periods of time (seconds...). What's the best way to deb