mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Port fact caching system to rabbitmq
* Purge all references to zmq also * New setting to control the queue it works on
This commit is contained in:
@@ -797,6 +797,8 @@ ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = False
|
||||
INTERNAL_API_URL = 'http://127.0.0.1:%s' % DEVSERVER_DEFAULT_PORT
|
||||
|
||||
CALLBACK_QUEUE = "callback_tasks"
|
||||
FACT_QUEUE = "facts"
|
||||
|
||||
SCHEDULER_QUEUE = "scheduler"
|
||||
|
||||
TASK_COMMAND_PORT = 6559
|
||||
|
||||
Reference in New Issue
Block a user