auto_delete should be false as well
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-02 13:39:18 +02:00
parent 8364b84450
commit 6da9abf3af
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def before_first_request():
ch.exchange_declare(exchange=RABBITMQ_EXCHANGE,
exchange_type='fanout',
durable=False,
auto_delete=True)
auto_delete=False)
fpika.return_channel(ch)