Skip to content

(fix) Fix queue runner events

queue runners were calling minds->start to wire up events. but cli was already partially instantiating minds and thus events loaded through the modules were getting fired twice

Removed the call to minds in queue runner exposed the event wireup via a public loadEvents function Now, queue runners wire up legacy events and module events only once.

Related issue #211 (closed)

Merge request reports