Fix some task runner bugs and round out the implementation

This commit is contained in:
Matthew Jones
2014-03-11 15:26:48 -04:00
parent d269dc1ecc
commit f5ea85e0fc
6 changed files with 97 additions and 32 deletions

View File

@@ -349,6 +349,8 @@ 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"
# Logging configuration.
LOGGING = {
'version': 1,