You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When all HandlerTransactions are resolved, we just resolve the MainTransaction and delete all related Transactions like MainTransaction -> ...N SpreadTransaction -> ...N HandlerTransaction.
It doesn't allow us to monitor or check about resolved events.
We should have something like a StaggedTransaction with a TTL & optionally a callback to add custom data/store it in another DB or whatever.
here is a draft of the structure with some key elements
When all
HandlerTransactions
are resolved, we just resolve theMainTransaction
and delete all related Transactions likeMainTransaction
->...N SpreadTransaction
->...N HandlerTransaction
.It doesn't allow us to monitor or check about resolved events.
We should have something like a
StaggedTransaction
with a TTL & optionally a callback to add custom data/store it in another DB or whatever.here is a draft of the structure with some key elements
The text was updated successfully, but these errors were encountered: