Implement fact caching service and mongo reference handler

This commit is contained in:
Matthew Jones
2015-02-20 16:56:35 -05:00
parent fed4262ee2
commit fd1668dfd8
5 changed files with 82 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ class Socket(object):
settings.CALLBACK_CONSUMER_PORT),
'task_commands': settings.TASK_COMMAND_PORT,
'websocket': settings.SOCKETIO_NOTIFICATION_PORT,
'fact_cache': settings.FACT_CACHE_PORT,
}[self._bucket]
def connect(self):