durabe should be false
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-02 13:15:33 +02:00
parent 202d065116
commit 8364b84450
1 changed files with 1 additions and 1 deletions

View File

@ -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)