<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API and limit requests every tot seconds in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299589#M71923</link>
    <description>&lt;P&gt;Hello TRF,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks a lot!&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've solved the issue by using the tSleep you suggested to me plus the component tLoop, to iterate the scheduled tSleep.&lt;/P&gt; 
&lt;P&gt;I attach a screen of&amp;nbsp;the Job flow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Tnx!&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrL5"&gt;talend-api-call-time-sleep-loop.png&lt;/A&gt;</description>
    <pubDate>Fri, 14 Jul 2017 14:49:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-14T14:49:06Z</dc:date>
    <item>
      <title>API and limit requests every tot seconds</title>
      <link>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299587#M71921</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt; 
&lt;P&gt;I'm new on Talend, and I'm new in this community.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nice to meet you all!!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an issue I would like to figure it out.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm using a tHttpRequest to call an API and collect some Json datas. The problem is that I can&lt;SPAN&gt;&amp;nbsp;make a limited number of requests&amp;nbsp;and then I have to wait 10-15 seconds, or the API will stops me.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Is it possible to schedule an API request every #seconds?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks a lot!!&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 22:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299587#M71921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-27T22:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: API and limit requests every tot seconds</title>
      <link>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299588#M71922</link>
      <description>Hi,&lt;BR /&gt;You may start your job every x seconds depending on your scheduler capability to go under the minute or you can build an infinite loop in your job (probably with a clean exit door to be defined) and have a tSleep component to manage the desired delay between 2 API calls.&lt;BR /&gt;Hope this help.</description>
      <pubDate>Tue, 27 Jun 2017 22:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299588#M71922</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-27T22:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: API and limit requests every tot seconds</title>
      <link>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299589#M71923</link>
      <description>&lt;P&gt;Hello TRF,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks a lot!&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've solved the issue by using the tSleep you suggested to me plus the component tLoop, to iterate the scheduled tSleep.&lt;/P&gt; 
&lt;P&gt;I attach a screen of&amp;nbsp;the Job flow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Tnx!&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrL5"&gt;talend-api-call-time-sleep-loop.png&lt;/A&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/API-and-limit-requests-every-tot-seconds/m-p/2299589#M71923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T14:49:06Z</dc:date>
    </item>
  </channel>
</rss>

