Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Batches were introduced in 20.2 to easily and safely operate on a large amount of data. Batches operate on a large data set of records conveyed via a filter. The data set is then linked to one of the various tasks. Batches can either be started manually in the MediaHaven REST API or created by a workflow process.

Error Handling & Reporting 24.2+

Batches will handle every record matching the provided query. Depending on the outcome of the handling the following properties of the batch change

...

The batch does not abort on failure but keeps on processing the subsequent records, unless at least 20% of the total failed. In the latter case, the batch is assigned the status TooManyFailed.

Failed records can be retrieved through monitoring (Batches → Failed records) or the API: /batches/:batchId/failures

...