auto_delete should be false as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8364b84450
commit
6da9abf3af
@ -71,7 +71,7 @@ def before_first_request():
|
|||||||
ch.exchange_declare(exchange=RABBITMQ_EXCHANGE,
|
ch.exchange_declare(exchange=RABBITMQ_EXCHANGE,
|
||||||
exchange_type='fanout',
|
exchange_type='fanout',
|
||||||
durable=False,
|
durable=False,
|
||||||
auto_delete=True)
|
auto_delete=False)
|
||||||
fpika.return_channel(ch)
|
fpika.return_channel(ch)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user