BulkQueryTimeout
Specifies the maximum time (in minutes) the provider waits for a bulk query response before timing out.
データ型
int
デフォルト値
25
解説
When UseBulkAPI is set to true, the 本製品 submits SELECT queries as asynchronous jobs to Marketo. The 本製品 then polls Marketo at regular intervals to check if the results are ready.
This property controls the total amount of time the 本製品 waits for the bulk query to return at least a part of the results before timing out. If the query takes longer than this duration without returning any row, the connection fails with a timeout error. A longer BulkQueryTimeout allows Marketo more time to process large or complex queries, reducing the chance of failure due to timeouts. However, setting this value too high may cause long waits for queries that are unlikely to complete successfully.
This property is different from Timeout, which applies to all connection requests and governs inactivity rather than the execution time of a bulk query.
This property is useful when dealing with large datasets or slow-running queries in Marketo Bulk API. Adjusting this value can help balance query success rates and timeout handling based on expected execution time.
This setting applies only when Marketo Bulk API is used.