Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
SThatte1701040303
Contributor
Contributor

Parallel REST API calls

I am extracting multiple rows from a Snowflake table and for each row trying to make a REST API call based on the data returned. We have observed certain calls are not being made. We have kept a parallelization of 4 as you can see below. How is that possible? 

SThatte1701040303_0-1723446293581.png

 

Labels (1)
  • Other

1 Reply
Shicong_Hong
Employee
Employee

Hello

The possible reason is that the number of concurrent calls exceeds the maximum allowed by the API server, causing some calls to wait. Check the maximum concurrent calls allowed by the API server and reduce the number of parallel executions from 4 to 2.

Regards

Shicong