Skip to main content
Solved

Set time limit for sending a GET request on HTTPCaller? I'm having problems overloading a server with requests

  • May 4, 2017
  • 3 replies
  • 18 views

ngstoke
Contributor
Forum|alt.badge.img+1

Hello,

Is there a way to limit the time or number of GET requests on the HTTPCaller so that I'm not overloading the server I'm requesting data from?

I'm envisioning something like:

Only send 10 requests every 60 seconds until all records are complete

Best answer by itay

Have a look at the Decelerator Transformer which can help you delay features going into the HTTPCaller.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • Best Answer
  • May 4, 2017

Have a look at the Decelerator Transformer which can help you delay features going into the HTTPCaller.


ngstoke
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • May 4, 2017

Have a look at the Decelerator Transformer which can help you delay features going into the HTTPCaller.

 

Thank you @itay. This is what I need to use.

 


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • May 4, 2017

 

Thank you @itay. This is what I need to use.

 

 

Glad I could help.