Switch to using a network socket instead of an ipc socket, closes issue AC-1088

This commit is contained in:
Matthew Jones 2014-03-21 14:43:52 -04:00
parent 523caf846c
commit 4b9059388e

View File

@ -349,7 +349,7 @@ else:
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
TASK_COMMAND_PORT = "ipc:///tmp/task_command_receiver.ipc"
TASK_COMMAND_PORT = "tcp://127.0.0.1:6556"
# Logging configuration.
LOGGING = {