Instantiate queue manager with backend startup

parent 98e514f7
...@@ -23,6 +23,7 @@ import time ...@@ -23,6 +23,7 @@ import time
import threading import threading
from .comm import SocketServer, Message from .comm import SocketServer, Message
from .config import get_analysis_backend, get_training_backend, set_analysis_backend, set_training_backend from .config import get_analysis_backend, get_training_backend, set_analysis_backend, set_training_backend
from .queue import queue_manager
worker_sockets = {} # type: dict worker_sockets = {} # type: dict
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment