Skip to content

Release 1.7.2

Pre-release
Pre-release

Choose a tag to compare

@andreyleskov andreyleskov released this 27 Oct 16:29
· 7 commits to master since this 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.