Newer Version Available
Batch Retry Header
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.
Header Field Name and Values
- Field name
- Sforce-Disable-Batch-Retry
- Field values
-
- TRUE. Unfinished batches in this job won’t be retried.
- FALSE. Unfinished batches in this job will be 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