Skip to content

Do not run any Twisted code using multiprocessing

Leo P. Singer requested to merge leo-singer/gwcelery:comet-subprocess into master

Start the Comet VOEvent broker as a subprocess intead of using multiprocessing and go back to using PyGCN instead of Comet as the VOEvent client. This is a workaround for suspected instability due to a bad interaction between redis-py and multiprocessing.

Merge request reports