Forum Discussion
karthik_dhina
4 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_n
4 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_n
Hope this will help.
Regards,
Viktor