No ack is needed when auto_ack set to True
Change-Id: Ieb00f2b9ee705a8772cf150ed96ff8ab0a583c83
This commit is contained in:
parent
f0b954db21
commit
e55a720091
@ -67,8 +67,6 @@ def handle_report(msg):
|
||||
with session.begin():
|
||||
session.add(status)
|
||||
|
||||
msg.channel.basic_ack(msg.delivery_tag)
|
||||
|
||||
|
||||
def handle_result(msg):
|
||||
log.debug(_('Got result message from orchestration engine:\n{0}'.format(msg.body)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user