<?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: Automation task runs more than 4 hours in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130585#M2597</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49547"&gt;@Riccardo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;If it's a big app with a reload that takes more than 4 hours to complete you can change the "Do Reload" blocks run mode to "Start Reload And Continue" that way the apps reload will happen in the background and you wont have to wait for it to complete in the automation, the downside is that you won't get the normal output from the block that has the reload log.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Oct 2023 08:45:30 GMT</pubDate>
    <dc:creator>Shai_E</dc:creator>
    <dc:date>2023-10-22T08:45:30Z</dc:date>
    <item>
      <title>Automation task runs more than 4 hours</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130332#M2590</link>
      <description>&lt;P&gt;I have a large app that requires a massive load script. This script runs for more than 4 hours.&lt;/P&gt;
&lt;P&gt;According with the documentation, an Automation Task has a 4 hours limitation.&lt;/P&gt;
&lt;P&gt;There is any way to extend this limitation, or a workaround?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 14:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130332#M2590</guid>
      <dc:creator>Riccardo</dc:creator>
      <dc:date>2023-10-20T14:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automation task runs more than 4 hours</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130585#M2597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49547"&gt;@Riccardo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;If it's a big app with a reload that takes more than 4 hours to complete you can change the "Do Reload" blocks run mode to "Start Reload And Continue" that way the apps reload will happen in the background and you wont have to wait for it to complete in the automation, the downside is that you won't get the normal output from the block that has the reload log.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2023 08:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130585#M2597</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2023-10-22T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automation task runs more than 4 hours</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130940#M2599</link>
      <description>&lt;P&gt;Hello, thank you for you reply.&lt;/P&gt;
&lt;P&gt;We need to reload the apps not in parallel but in serial way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It all started with a reload that lasted more than 4 hours in total. To be able to break the reload into multiple reloads, we created multiple apps, but these must be executed in series by an automation. The automation with the 4 hour limit blocks the production process.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 09:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130940#M2599</guid>
      <dc:creator>Riccardo</dc:creator>
      <dc:date>2023-10-23T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automation task runs more than 4 hours</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130963#M2600</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You could use webhooks to make your automations/pipeline event-driven&lt;BR /&gt;The automation will start when the internal event is sent&lt;BR /&gt;&lt;BR /&gt;You can use either:&lt;BR /&gt;- Automation run ended&lt;BR /&gt;- Reload finished / Reload&lt;SPAN&gt;&amp;nbsp;Data Updated&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 10:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2130963#M2600</guid>
      <dc:creator>hakana</dc:creator>
      <dc:date>2023-10-23T10:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automation task runs more than 4 hours</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2131151#M2603</link>
      <description>&lt;P&gt;My 50 cents:&lt;BR /&gt;&lt;BR /&gt;Paralelizing some of the Qlik Sense Script processing might help cut the overall time, as well&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 16:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-task-runs-more-than-4-hours/m-p/2131151#M2603</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2023-10-23T16:20:35Z</dc:date>
    </item>
  </channel>
</rss>

