Forum Discussion
Can you use a JSON Splitter after your initial call, resulting in 10 documents, which you then pass into a Pipeline Execute with a pool size of 10?
- Toby5 years agoNew Contributor II
Thanks for that, your reply helped solve another problem I had, I’ll get back when I’ve confirmed its also a solution for this issue.
- karthik_dhina4 years agoNew Contributor
Hi,
I have a scenario, where the api post will only take 100 records per minute.
My requirement is to post 100 records a batch with a wait time of 1 minute between each post.
- viktor_n4 years agoContributor II
Hi @karthik_dhina,
You can acheive this with Script snap.
Inside which you can make the snap to wait for some time.Here is one mine post in which you can find the script.
Script is written in python and simply just calls sleep function.
https://community.snaplogic.com/t/throttle-bot-or-other-loop-delay-mechanism/11423/2?u=viktor_nHope this will help.
Regards,
Viktor