mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Implement fact caching service and mongo reference handler
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user