cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

REST Get delay between making calls as documents come in (not pagination or retry)

Ish
New Contributor III

Hello,

For the REST Get snap, thereโ€™s a feature to set a delay interval between Pagination and Retry calls, but what about just between regular calls as documents come in? All calls to REST can be rate limited, not just pagination calls. Do I have to create a sub-pipeline with a script delay to achieve this?

Thanks!

1 ACCEPTED SOLUTION

j_angelevski
Contributor III

Hi @Ish,

If you really need the delay between each REST call on each document input, then yes that has to be delayed with a Script snap, it doesnโ€™t have to in a sub-pipeline because you can pass the data through the Script snap.

View solution in original post

5 REPLIES 5

Interesting use case; it seems to me that if Pagination Interval was a field that can be computed, it would implement the expected behavior.