Cleanup and refactor some parts of thew new zeromq based callback receiver

This commit is contained in:
Matthew Jones
2014-02-18 13:54:28 -05:00
parent 2c694e5e07
commit f6870634c4
3 changed files with 80 additions and 67 deletions

View File

@@ -345,6 +345,10 @@ if 'devserver' in INSTALLED_APPS:
else:
INTERNAL_API_URL = 'http://127.0.0.1:8000'
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
CALLBACK_BYPASS_QUEUE = False
# Logging configuration.
LOGGING = {
'version': 1,