mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
add msg_id when we fake message
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user