mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 19:28:49 +08:00
msg_id is required.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user