mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -02:30
add the ability to disable RabbitMQ queue durability
This commit is contained in:
@@ -436,6 +436,7 @@ DEVSERVER_DEFAULT_PORT = '8013'
|
||||
# Set default ports for live server tests.
|
||||
os.environ.setdefault('DJANGO_LIVE_TEST_SERVER_ADDRESS', 'localhost:9013-9199')
|
||||
|
||||
BROKER_DURABILITY = True
|
||||
BROKER_POOL_LIMIT = None
|
||||
BROKER_URL = 'amqp://guest:guest@localhost:5672//'
|
||||
CELERY_DEFAULT_QUEUE = 'awx_private_queue'
|
||||
|
||||
Reference in New Issue
Block a user