Hi @x-cubed, I wonder if you can provide some insight into making sure the each event is processed before moving to the next one. `( async event => { await eventHandler.handle(event); }),` but it seems to ignore that as I see other events being handled before the previous one finished.