stack icon indicating copy to clipboard operation
stack copied to clipboard

[Ledger] (Feature Request) Choose failing behavior for bulk request

Open igordreher opened this issue 1 year ago • 0 comments

I observed that the _bulk request performs the actions in order until it fails and commits the actions performed. I would love to be able to choose other behaviors, such as:

  1. Continue. If an action fails to complete in the middle of the array of actions, this option would make it so the ledger would continue to process the subsequent actions.
  2. Rollback. If an action fails to complete, rollback the previous actions in the array and return the failure reason.

image The image shows that only 2 actions where performed even tough 3 were sent.

igordreher avatar Jul 04 '24 20:07 igordreher