function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Patrick ConnerPatrick Conner 

Simultaneous job processing with Bulk API

I have one user account "Imports" for API imports. I import data every 15 minutes under this user account for Account Objects. I also import a larger data set daily under the same user account but for a custom object. Is there a possibility of this simultaneous usage (1 user account, simultaneous imports on two seperate objects) causing issues?

The issue I'm seeing now is that for our daily import, the API returns a successful import, but there is nothing imported and no record of a job created. This only occured after our move from hourly to 15 minute imports on the other object.

Thanks!