Skip to main content
Solved

Adding pause/ timer for workspace to limit the number of calls made from httpcaller

  • August 13, 2019
  • 2 replies
  • 105 views

I have a scenario where I can only make 100 http requests per hour. If I cross 100 requests I get http error 403. Is there way I can pause the workspace from running or any better way to implement a solution for this.

 

Best answer by erik_jan

Have a look at the Decelerator transformer.

That act like a pause or delay.

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.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • August 13, 2019

Have a look at the Decelerator transformer.

That act like a pause or delay.


  • Author
  • 4 replies
  • August 14, 2019

Have a look at the Decelerator transformer.

That act like a pause or delay.

Hi erik_jan ,

Thanks for your suggestion. I have added Decelerator as shown below. It is now waiting 36secs before httpcaller