jplane / DurableStateMachines

Bringing the power of hierarchical state machines to a .NET Core runtime near you.
MIT License
10 stars 2 forks source link

Durable task integration #8

Closed jplane closed 3 years ago

jplane commented 3 years ago

To test this:

Its slow because at the moment i'm logging within a durable activity, which means lots of replays. Need to think about how we can optimize that behavior (at minimum, make it debug-build-only or something like that).

jplane commented 3 years ago

going to merge this since its huge and painful :-)