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

Send a 5 request per Second

Kullay
New Contributor III

Hi All,

We are trying to send a 5 request per second, Currently we getting 26 request in this 26 request we need to a send a request are batch wise from Rest Post.

When we are passing the 26 request at a time getting error like <>. In this reason we trying to send a 5 request per second
How to send 5 request per second, Please help me on this issue

Thanks,
kullayappa

1 REPLY 1

stephenknilans
Contributor

I had the same kind of problem. One thing that you can do is have it send out only 5 records at a time, and have an earlier process{That could be done using a script object} send out only five records every second. When I had to do it, I was sending them out to a que, and there was no real concern as to when the actual process received the records, so I had snaplogic send them out as fast as possible, but only send out a given number of records every so many seconds. Since you want to send them out so slowly, you can also send them out with one thread and a batch of 1, so it would be easier to debug, etcโ€ฆ