Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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
Support
Support

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