mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
add the ability to disable RabbitMQ queue durability
This commit is contained in:
@@ -4,7 +4,9 @@ import sys
|
||||
from uuid import uuid4
|
||||
|
||||
from django.conf import settings
|
||||
from kombu import Connection, Exchange, Producer
|
||||
from kombu import Exchange, Producer
|
||||
|
||||
from awx.main.dispatch.kombu import Connection
|
||||
|
||||
logger = logging.getLogger('awx.main.dispatch')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user