marklogic-community / marklogic-state-conductor

An event-based state-machine engine for manipulating MarkLogic database documents.
Other
1 stars 4 forks source link

Data Services - Process Task batch isolation #59

Closed aclavio closed 4 years ago

aclavio commented 4 years ago

With the current batching implementation of the Data Services driver, if a single commit fails, the batch can be left in a partially completed state. Isolate each call of the process jobs and capture errors that would cause the whole batch to fail.