Versions Compared

Key

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

...

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

Status

Status

Meaning

Waiting

Batch has been created but no page has been picked up yet

Processing

At least one page of the batch is already processing

Completed

All records have been processed and there was no failure for any record

CompletedWithErrors

All records have been processed and there was at 1 failure for a record

PostBatchFailed

All records have been processed but in the post batch step an exception occured.

TooManyFailed

At 20% of records encountered a failure and the batch was aborted as a consequence

API Permissions

POST batches/

...