Nick Baum
Nick Baum
SimpleAsyncHTTPClient randomly blocking on "ValueError: IOStream is not idle; cannot convert to SSL"
Some more data. ### Heroku We run Tornado on Heroku using `server.start(0)` * Each dyno has 4-8 Tornado processes. * A single Heroku dyno was affected * This started roughly...
SimpleAsyncHTTPClient randomly blocking on "ValueError: IOStream is not idle; cannot convert to SSL"
Hi Ben, long time no see! 👋🏻 * We're on Python 3.8.3 and Tornado 6.0.4 * We're no longer using the monkey-patching monitoring package (new-relic). * I did not see...
SimpleAsyncHTTPClient randomly blocking on "ValueError: IOStream is not idle; cannot convert to SSL"
I do have a stack trace! ``` OSError: [Errno 0] Error File "tornado/ioloop.py", line 743, in _run_callback ret = callback() File "tornado/simple_httpclient.py", line 286, in gen.convert_yielded(self.run()), lambda f: f.result() File...
Thanks for the kind words. I don't have any plans to migrate it, but if someone wants to fork it and create an updated version, you're welcome to do so!...