<?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: Timeout of talend components in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249358#M33927</link>
    <description>You can use a tSleep onComponentOk tDie and advance setting exit tDie JVM.</description>
    <pubDate>Fri, 06 May 2016 18:25:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-06T18:25:30Z</dc:date>
    <item>
      <title>Timeout of talend components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249354#M33923</link>
      <description>Hi , in my talend job i have a url fetch component which fetches a RSS feed from a Web service  , the url returns a XML , in which the delay is configurable i.e the URL(web service) returns the RSS feed after a delay which is configurable , i have configured  the URL to return the XML after a delay of 3 hours from the time when the url was called . now the problem is my talend job waits for that much and gets the XML feed and then continues the execution , but the behaviour i want is that the talend component must timeout after waiting for  1 hour and must not continue to wait further , please can anyone tell me if that can be done using the URL Fetch component or in any other way .</description>
      <pubDate>Sat, 16 Nov 2024 14:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249354#M33923</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout of talend components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249355#M33924</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;but the behaviour i want is that the talend component must timeout after waiting for 1 hour and must not continue to wait further&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;There is not a component which can kill the job on the run time. The job will stop if the execution have been done, otherwise, you must kill the job manually. 
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 19 May 2008 10:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249355#M33924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-19T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout of talend components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249356#M33925</link>
      <description>Hi all
&lt;BR /&gt;How difficult would it be to have a 'Tenacity' parameter in such a component?
&lt;BR /&gt;Would it be a matter of adding a countdown timer that is invoked only if the 'Tenacity' parameter is given a value? After the countdown reaches zero, the component could be forced to fail...
&lt;BR /&gt;Just a thought.
&lt;BR /&gt;BRgds
&lt;BR /&gt;JG</description>
      <pubDate>Mon, 19 May 2008 10:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249356#M33925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-19T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout of talend components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249357#M33926</link>
      <description>How about writing the data returned from the tRSSInput to a text file in one job. (Call it JobA)
&lt;BR /&gt;In another job, use a tWaitForFile that looks for the file created by the tRSSInput and set it's parameters so that it dies after 1 hour. (JobB)
&lt;BR /&gt;Now, as to how to "kill" JobA if JobB times out...... I don't have a good answer to that. But, it seems to me if you were running the jobs in Linux/Unix if you could capture the PID of JobA, you could use a tSystem command to issue a kill on JobA (via the PID) if the tWaitForFile timed out. How you'd do that if everything runs in Windows, I'm not sure.</description>
      <pubDate>Mon, 19 May 2008 15:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249357#M33926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-19T15:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout of talend components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249358#M33927</link>
      <description>You can use a tSleep onComponentOk tDie and advance setting exit tDie JVM.</description>
      <pubDate>Fri, 06 May 2016 18:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timeout-of-talend-components/m-p/2249358#M33927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-06T18:25:30Z</dc:date>
    </item>
  </channel>
</rss>

