So yes, the thing is that my DegreeSaga is also in charge of creating a transaction every time a CreateDegree command is received. That means that every create command will trigger a transaction creation inside our handlers. I think that’s an issue and I’ll need to move that boilerplate code to another part of the system.