07-12-2022 05:50 AM
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.
07-12-2022 06:02 AM
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.
07-12-2022 06:13 AM
I’ll do it. Thanks a lot!