add msg_id when we fake message

This commit is contained in:
Lubos Kocman
2016-07-22 19:18:45 +02:00
parent 5ef69b02fb
commit fd814ef043

View File

@@ -234,6 +234,7 @@ class Poller(threading.Thread):
self.outgoing_work_queue.put({
'topic': 'org.fedoraproject.prod.buildsys.build.state.change',
'msg': {
'msg_id': 'a faked internal message',
'task_id': component_build.task_id,
'new': koji.BUILD_STATES['FAILED'],
},