msg_id is required.

This commit is contained in:
Ralph Bean
2016-07-23 20:36:06 -04:00
parent 257c305514
commit 5a75e8b7df

View File

@@ -232,6 +232,7 @@ class Poller(threading.Thread):
if task_info['state'] in dead_states:
# Fake a fedmsg message on our internal queue
self.outgoing_work_queue.put({
'msg_id': 'a faked internal message',
'topic': 'org.fedoraproject.prod.buildsys.build.state.change',
'msg': {
'task_id': component_build.task_id,