durabe should be false
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
202d065116
commit
8364b84450
@ -70,7 +70,7 @@ def before_first_request():
|
||||
ch = fpika.channel()
|
||||
ch.exchange_declare(exchange=RABBITMQ_EXCHANGE,
|
||||
exchange_type='fanout',
|
||||
durable=True,
|
||||
durable=False,
|
||||
auto_delete=True)
|
||||
fpika.return_channel(ch)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user