Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I'm new on Talend, and I'm new in this community.
Nice to meet you all!!
I have an issue I would like to figure it out.
I'm using a tHttpRequest to call an API and collect some Json datas. The problem is that I can make a limited number of requests and then I have to wait 10-15 seconds, or the API will stops me.
Is it possible to schedule an API request every #seconds?
Thanks a lot!!
Hello TRF,
thanks a lot!
I've solved the issue by using the tSleep you suggested to me plus the component tLoop, to iterate the scheduled tSleep.
I attach a screen of the Job flow.
Tnx!