How Bulk API Works
Content Type Header
Batch Retry Header
Line Ending Header
Warning Header
Sforce Call Options Header
Limits
Map Data Fields
Bulk API End-of-Life Policy
Previous PDF Versions
Use Sforce-Disable-Batch-Retry to disable retries on unfinished batches.
When you create a bulk job, the Batch Retry request header lets you disable retries for unfinished batches included in the job. Use this header to limit the batch processing time for batches that consistently time out.
Field name: Sforce-Disable-Batch-Retry
Field values:
TRUE. Unfinished batches in this job aren’t retried.FALSE. Unfinished batches in this job are retried the standard number of times (15 for bulk queries and 10 for bulk uploads). If the header isn’t provided in the request, this is the default value.Example: Sforce-Disable-Batch-Retry: TRUE