mirror of
https://github.com/ansible/awx.git
synced 2026-07-05 13:28:04 -02:30
add the ability to disable RabbitMQ queue durability
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.management.base import BaseCommand
|
||||
from kombu import Connection, Exchange, Queue
|
||||
from kombu import Exchange, Queue
|
||||
|
||||
from awx.main.dispatch.kombu import Connection
|
||||
from awx.main.dispatch.worker import AWXConsumer, CallbackBrokerWorker
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user