Release 1.7.2
Pre-release
Pre-release
New functionality:
saga faults on errors
If saga raises an exception during transition, it will be logged will Error level and publish IFault message, where T is type of message cased bad transition. All commands issued or events emitted before exception will be processed in regular manner.
https://github.com/solomoto-dev/GridDomain/wiki/Sagas#errors-handling
Improvement for scheduler:
Job is not deleted if scheduling saga creation falls.