-
Suppose we have transaction T1->T2->T3, after T1 and T2 succeeded, T3 failed, then start compensation transactions C2 -> C1, if C2 fails, does the compensation process stop at C2 or does it record t…
-
Greetings, all, especially @weigo87 and @Roberciiik!
For the sake of consistency, may we get an install option to use the [Drizzt Saga](https://github.com/Black-Wyrm-Lair/Drizzt-Saga/) portraits fo…
-
I'm a big fan of how BDD strives for readability in tests. For example:
```
expect(favouriteLibrariesOf(self)).to.contain('redux-saga-test-plan');
```
I have the impression that this library wants…
-
Authors: Saga Musix, Dipswitch and @gasman , snippets from irc and discussion mailing list added to shed light on process.
22:58 the location field should always reflect the current
place a sce…
-
projections can emit events that other projections / sagas depend on
-
See here https://github.com/cdk-patterns/serverless/tree/main/the-saga-stepfunction/python/lambda_fns/
Are there any actual Python samples?
-
Hi,
This package looks like a good one. I saw the documentation in Godoc. But since the last update was 5 years ago, I guess it's deprecated or deactivated. Either way, it's unfortunate to see.
-
The transfer state machine is defined in `com.klikix.fundtransfersaga.transfer.entity.transfer.TransferEntity`.
After a transaction is completed (successfully or rollbacked), the state machine rema…
-
I have an existing app that's using redux saga. Now is it possible to call a watermelondb query inside of a middleware?
-
I created the saga
```javascript
module.exports = {
id: 'createTournamentSaga',
flow: [
{
id: "create tournament",
transaction: async ({ initial, transactionValues }) => {…