<?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: Pause, wait or Sleep considerations (parallel branches) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251609#M35508</link>
    <description>&lt;P&gt;You can choose any (mean - file or database),&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;for example I use similar for prevent accidental execution&lt;/P&gt; 
&lt;P&gt;Case 1 - Job store to database timestamp, and first component in Job read this timestamp, and if it same month - stop execution, send alarm for investigation and manual reset if need redo&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Case 2 - Job analyse day of month and if it not 1st - stop&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Case 3 - Job check result of other Job, and if it not satisfy rules - stop again (alarm and etc)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in my case it tMySQLInput &amp;nbsp;or &lt;SPAN&gt;tMySQLInput&amp;nbsp;&lt;/SPAN&gt;+ tJavaFlex and then 2 flow by triggers Run-If, one for success and one for error&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2017 10:44:02 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-05-05T10:44:02Z</dc:date>
    <item>
      <title>Pause, wait or Sleep considerations (parallel branches)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251606#M35505</link>
      <description>&lt;P&gt;Hello all !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please consider this situation : I have a job and at a specific moment I have 2 branches running in parallel.&lt;/P&gt;
&lt;P&gt;What I would like to obtain is to have one branch starting 10 seconds after the other. I thought about using tSleep component but it appears that this component pauses the whole job an not the branch where it is located.&lt;/P&gt;
&lt;P&gt;Ugly workaround : using a tLoop in order to waste some time doing nothing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I'm sure there is a clean way to answer this question. What's your opinion ? (Please avoid a solution based on subjobs, I would like to avoid reconstructing the whole job)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help !&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 00:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251606#M35505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-05T00:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pause, wait or Sleep considerations (parallel branches)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251607#M35506</link>
      <description>&lt;P&gt;as variant:&lt;/P&gt;&lt;P&gt;store start time in database (csv file as variant)&lt;/P&gt;&lt;P&gt;first step - read time, and check time difference&lt;/P&gt;&lt;P&gt;if difference less than 10 sec - sleep for difference&lt;/P&gt;&lt;P&gt;store it own start time&lt;/P&gt;&lt;P&gt;continue all other steps&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 02:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251607#M35506</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-05T02:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pause, wait or Sleep considerations (parallel branches)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251608#M35507</link>
      <description>Thanks for your answer.
&lt;BR /&gt;Just to be sure I properly understand, how would you implement this solution ? (Using which components ?)
&lt;BR /&gt;
&lt;BR /&gt;Again, thank you for your contribution !</description>
      <pubDate>Fri, 05 May 2017 08:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251608#M35507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-05T08:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pause, wait or Sleep considerations (parallel branches)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251609#M35508</link>
      <description>&lt;P&gt;You can choose any (mean - file or database),&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;for example I use similar for prevent accidental execution&lt;/P&gt; 
&lt;P&gt;Case 1 - Job store to database timestamp, and first component in Job read this timestamp, and if it same month - stop execution, send alarm for investigation and manual reset if need redo&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Case 2 - Job analyse day of month and if it not 1st - stop&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Case 3 - Job check result of other Job, and if it not satisfy rules - stop again (alarm and etc)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in my case it tMySQLInput &amp;nbsp;or &lt;SPAN&gt;tMySQLInput&amp;nbsp;&lt;/SPAN&gt;+ tJavaFlex and then 2 flow by triggers Run-If, one for success and one for error&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 10:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pause-wait-or-Sleep-considerations-parallel-branches/m-p/2251609#M35508</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-05T10:44:02Z</dc:date>
    </item>
  </channel>
</rss>

