BulkTimeout
Specifies how long, in minutes, the provider waits for a Shopify bulk operation to complete before returning an error.
Data Type
int
Default Value
25
Remarks
When UseBulkAPI is set to true, the driver submits queries as asynchronous jobs using Shopify's Bulk API. Shopify allows only one active bulk operation per store. If another job is already running, Shopify rejects the new request.
The driver checks for an active job and waits up to the duration specified by BulkTimeout for it to complete. If the existing job doesn't finish in time, the driver cancels the request and returns an error.
This setting helps manage conflicts in shared environments where overlapping bulk queries might occur. Use it to control how long you're willing to wait before timing out a queued job.