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
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:
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.
Rollback. If an action fails to complete, rollback the previous actions in the array and return the failure reason.
The image shows that only 2 actions where performed even tough 3 were sent.
The text was updated successfully, but these errors were encountered:
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:
The image shows that only 2 actions where performed even tough 3 were sent.
The text was updated successfully, but these errors were encountered: