<?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: How can i avoid the 429 response from API Call in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216375#M12408</link>
    <description>&lt;P&gt;Hello Shong ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I really don't get how to put every 200 in a&amp;nbsp;&lt;SPAN&gt;tfileOutputDelimited when we are talking about 22000 items .&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I've been reading about ''OFFSET" yesterday and if i m not wrong this will create a sort of pagination&amp;nbsp; (which seems a great idea) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;So i've changed my query to be like this :&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="itms.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA66.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150055i780E33C2852303ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA66.png" alt="0683p000009MA66.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Im no longer getting the 429 for a list of 50 items .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Now how could i iterate the other items . here is my main workflow job .&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="main.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA6B.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146583iC2A102E795DFF903/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA6B.png" alt="0683p000009MA6B.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;However , do i have to add a tloop before my tpostgresInput query to iterate the rest of the items .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Hope that will be a great idea .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And im waiting for a reply or an other idea because im still stuck in this .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 08:24:38 GMT</pubDate>
    <dc:creator>kakooo16</dc:creator>
    <dc:date>2020-04-21T08:24:38Z</dc:date>
    <item>
      <title>How can i avoid the 429 response from API Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216373#M12406</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Im facing a problem that i couldn't solve .&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my Job&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Jy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141565i4B820FB8B56E15EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Jy.png" alt="0683p000009M9Jy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Eventually , i know what is causing the problem (mylist)&amp;nbsp; --&amp;gt; because im iterating 22000 items : these items are stocked in mylist&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9LB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153990i5CC7934CA5D3228E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9LB.png" alt="0683p000009M9LB.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The question is how could i break down my list which is composite of 22000 to 200 items so that i could iterate the first 200 items until the list of 22000 items is over .&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 17:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216373#M12406</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2020-04-20T17:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can i avoid the 429 response from API Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216374#M12407</link>
      <description>Hi 
&lt;BR /&gt;My idea is to split the items to several files (eg: 200 items in one file) on disk, and then iterate each file. eg:
&lt;BR /&gt;bababa---tfileOutputDelimited
&lt;BR /&gt; |onsubjobok
&lt;BR /&gt;tFileList--iterate--tfileinputDelimited--tFlowToIterate--iterate---tRest...bababa--oncomponento--tSleep( if needed)
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tFileDelete
&lt;BR /&gt;
&lt;BR /&gt;On tFileOutputDelimited: check the 'split the output to several files' box in the advanced settings panel.
&lt;BR /&gt;
&lt;BR /&gt;tFileDelete: delete the file folder in the end.
&lt;BR /&gt;
&lt;BR /&gt;Can you try if it could avoid the 429 response from API Call.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 21 Apr 2020 02:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216374#M12407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-21T02:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can i avoid the 429 response from API Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216375#M12408</link>
      <description>&lt;P&gt;Hello Shong ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I really don't get how to put every 200 in a&amp;nbsp;&lt;SPAN&gt;tfileOutputDelimited when we are talking about 22000 items .&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I've been reading about ''OFFSET" yesterday and if i m not wrong this will create a sort of pagination&amp;nbsp; (which seems a great idea) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;So i've changed my query to be like this :&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="itms.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA66.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150055i780E33C2852303ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA66.png" alt="0683p000009MA66.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Im no longer getting the 429 for a list of 50 items .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Now how could i iterate the other items . here is my main workflow job .&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="main.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA6B.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146583iC2A102E795DFF903/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA6B.png" alt="0683p000009MA6B.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;However , do i have to add a tloop before my tpostgresInput query to iterate the rest of the items .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Hope that will be a great idea .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And im waiting for a reply or an other idea because im still stuck in this .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 08:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216375#M12408</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2020-04-21T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can i avoid the 429 response from API Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216376#M12409</link>
      <description>&lt;P&gt;Is there any suggestions ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 14:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-i-avoid-the-429-response-from-API-Call/m-p/2216376#M12409</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2020-04-21T14:53:51Z</dc:date>
    </item>
  </channel>
</rss>

