cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel or Async API call

rmedeiros
New Contributor III

Hi!
I’m calling an API thats giving me a 500 for some of the requests. I contacted the API admin, and he told me to make parallel or async calls.
How can i make it using Snaplogic?
I read a post here about using concurrency snap, but i cant find the snap.

2 REPLIES 2

nsingam
Employee
Employee

Hi,

Use the child pipeline and move the calling of the API code into the child. In the parent pipeline, use the pipeline execute snap with the setting pool size. The number you specify in pool size will execute that many concurrent API calls.

rmedeiros
New Contributor III

I’ll do it. Thanks a lot!