Open
Description
v1.15 introduces a new field to batch objects, batchCreationComplete
. This field contains a string describing how the batch was built. This description is purely informative and should be used when trying to diagnose batching and task processing issues: “batched all enqueued tasks”
, “reached configured batch limit of {task_limit} tasks”
, “task with id {id} is a deletion by filter in a batch of document operations”
, etc.
These values may change between releases and should not be consumed programmatically.
Tasks
- Update
reference/api/batches#batch-object
- Update
reference/api/batches#example
response - Update
reference/api/batches#example-2
response
References
Metadata
Metadata
Assignees
Labels
No labels