Newer Version Available

This content describes an older version of this product. View Latest

Troubleshooting Ingest Timeouts

Solve issues encountered with Bulk API 2.0 ingest operations.

To troubleshoot an ingest timeout error, try the following suggestions:

  1. Check your payload.
  2. Create a new ingest job with only the failed and unprocessed records.
  3. Divide the job into smaller jobs.
    • Creating smaller requests may help to isolate problems in one or more jobs.
  4. Review your custom logic, such as triggers or flows.
    • Non-optimized custom logic can contribute to timeouts. In order to speed up insert, update, or delete operations, make sure triggers or flows are optimized. Consider temporarily disabling triggers or flows that are non-essential.