WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
6 stars 20 forks source link

IOloop.instance() doesn't work anymore in current tornado version. #174

Closed xs5871 closed 3 years ago

xs5871 commented 3 years ago

As of version 5.0 of tornado IOloop.instance() has been deprecated and doesn't return the main thread's IOloop. Instead of passing the main threads IOLoop in a global variable across threads, implementing condor_q as non-blocking coroutine seems cleaner and more consistent.