<?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>article Concurrent Reload Settings in Qlik Sense Enterprise in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/ta-p/1713554</link>
    <description>&lt;P&gt;The max concurrent reloads can be configured in the Qlik Sense Management Console.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;Qlik Sense Management Console&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to&amp;nbsp;&lt;STRONG&gt;Schedulers&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Enable the&amp;nbsp;&lt;STRONG&gt;Advanced&amp;nbsp;&lt;/STRONG&gt;section (if not already on by default)&lt;/LI&gt;
&lt;LI&gt;Set the required&amp;nbsp;&lt;STRONG&gt;&lt;STRONG&gt;max concurrent reloads&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57245i2BFCDFE680DB61F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;IMPORTANT TO REMEMBER&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;A reload node can run &lt;STRONG&gt;NumberOfCores - 2&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This means: If your reload node has &lt;STRONG&gt;8&lt;/STRONG&gt; CPU Cores, it can run &lt;STRONG&gt;6&lt;/STRONG&gt; concurrent reloads at its maximum.&lt;BR /&gt;&lt;BR /&gt;Use the guideline (&lt;STRONG&gt;NumberOfCPUCores - 2&lt;/STRONG&gt;) when performing capacity planning on the possible amount of concurrent scheduled reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The cores can be physical cores or virtual cores; any CPU cores Qlik Sense can "see".&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;While a reload task typically consumes one core, this is not a hard rule. It can require multiple cores.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Allowing more parallel reloads than CPU cores available does not improve the runtime of concurrent tasks. The reload node's resources will deplete.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This also means: With more parallel reloads than cores the probability for total starvation increases since the QIX engine is CPU hungry and other processes (for example, the operating system) might not get enough CPU cycles to perform their duties.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Each running reload is loaded into RAM. This means that the average RAM footprint grows with more parallel reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Qlik Sense will queue scheduled reloads when system resources reach their threshold&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;To validate that environment needs proper capacity planning, go to&amp;nbsp;C:\ProgramData\Qlik\Sense\Log\Scheduler\Trace\&amp;lt;Server&amp;gt;_System_Scheduler.txt, an example log shows below:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;ServerName&amp;gt;_System_Scheduler.txt&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;I&gt;Domain\qvservice &amp;nbsp; &amp;nbsp;Engine connection released. 5 of 4 used&amp;nbsp;&lt;BR /&gt;&lt;/I&gt;&lt;I&gt;Domain\qvservice&amp;nbsp;&amp;nbsp; &amp;nbsp;Engine connection 6 of 4 established&amp;nbsp;&lt;BR /&gt;&lt;/I&gt;&lt;I&gt;Domain\qvservice&amp;nbsp;&amp;nbsp; &amp;nbsp;Request for engine-connection dequeued. Total in queue: 25&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Concurrent settings&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Use the "Max concurrent reloads" to limit the maximal concurrent tasks can be run at same time on &lt;STRONG&gt;current node&lt;/STRONG&gt;. By default, it's set to 4, which means only 4 tasks can be run at same time on this node.&lt;/P&gt;
&lt;P&gt;When the 5th task comes in:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;It will be queued by sequence.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The queue has a time setting, which will eliminate (erase) a queued task if the timeout limit reaches. By default, it's set to 30 mins, in this case, if none of the first 4 tasks finishes in 30 minutes after the 5th task comes in, then the 5th task will be cancelled due to timeout. It has to be triggered again (manually or next scheduled time slot).&lt;/LI&gt;
&lt;LI&gt;Once one of the 4 running tasks finishes, the 5th task will be executed on this node&amp;nbsp;&lt;STRONG&gt;if it's not timed out&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If you set timeout to 0, this will make the queue never timeout.&lt;/LI&gt;
&lt;LI&gt;It's suggested not to run more than 10 concurrent reloads at once, unless the schedular node has an extreme amount of resources dedicated to it.&lt;/LI&gt;
&lt;LI&gt;If there is low memory or cores available on the node, then some tasks may kick off however take several hours to complete. Adding resources to the node running the reloads is suggested.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Multi-node deployment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;On a multi-node deployment, tasks will be balanced from the manager node to any node(s) designated as workers.&lt;BR /&gt;&lt;BR /&gt;It's highly advised to check if the central node configured is set to &lt;STRONG&gt;Manager&lt;/STRONG&gt; &lt;STRONG&gt;and&lt;/STRONG&gt; &lt;STRONG&gt;Worker&lt;/STRONG&gt; or &lt;STRONG&gt;Manager&lt;/STRONG&gt;. When set to &lt;STRONG&gt;Manager&lt;/STRONG&gt;, it will send all reload jobs to the reload/scheduler nodes, as it should. However if a central node is set to &lt;STRONG&gt;Manager and Worker&lt;/STRONG&gt;, this means the Central node will also be involved in performing reloads. This is not recommended.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The work flow looks as follows:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Manager node receives a new task execution request.&lt;/LI&gt;
&lt;LI&gt;Manager node checks the resource availability on each of the worker nodes.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Manager node assigns this task to &lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;node with the lowest number of running tasks per&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;Max concurrent reloads&lt;/FONT&gt;" setting.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;The improvement to track the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Max concurrent reloads&lt;/FONT&gt;&amp;nbsp;can, if desired, be disabled. This reverts Sense to an older load balancing method that relies only on CPU usage.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To disable the setting:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the &lt;FONT face="courier new,courier"&gt;Scheduler.exe.config&lt;/FONT&gt;, which by default is located in: &lt;FONT face="courier new,courier"&gt;C:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Program &lt;/SPAN&gt;&lt;SPAN&gt;Files&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Sense&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Scheduler&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Scheduler.exe.config&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set &lt;FONT face="courier new,courier"&gt;DisableLegacyLoadBalancingBehavior&lt;/FONT&gt;&amp;nbsp;setting to false&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Restart Ql&lt;/SPAN&gt;&lt;SPAN&gt;ik Sense Scheduler Service&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat these actions on each node of the cluster running the Qlik Sense Scheduler Service&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Example&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;In our example, we allow&amp;nbsp;&lt;STRONG&gt;one&amp;nbsp;&lt;/STRONG&gt;concurrent reload, but we assume that&amp;nbsp;&lt;STRONG&gt;two&amp;nbsp;&lt;/STRONG&gt;reloads are executed at the same time.&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider cig cih c d e f g h i j k l m n o p q r s t cii cij w x y z ab ac ae af ag ah ai aj ak"&gt;If Task A is executed first, Task B is queued.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;If Task A is executed first and then fails, Task B is executed after the failure.&lt;/LI&gt;
&lt;LI&gt;After Task A's failure, Task A is queued and will execute after Task B has finished.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 02 Jul 2024 08:54:32 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2024-07-02T08:54:32Z</dc:date>
    <item>
      <title>Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/ta-p/1713554</link>
      <description>&lt;P&gt;The max concurrent reloads can be configured in the Qlik Sense Management Console.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;Qlik Sense Management Console&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to&amp;nbsp;&lt;STRONG&gt;Schedulers&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Enable the&amp;nbsp;&lt;STRONG&gt;Advanced&amp;nbsp;&lt;/STRONG&gt;section (if not already on by default)&lt;/LI&gt;
&lt;LI&gt;Set the required&amp;nbsp;&lt;STRONG&gt;&lt;STRONG&gt;max concurrent reloads&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57245i2BFCDFE680DB61F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;IMPORTANT TO REMEMBER&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;A reload node can run &lt;STRONG&gt;NumberOfCores - 2&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This means: If your reload node has &lt;STRONG&gt;8&lt;/STRONG&gt; CPU Cores, it can run &lt;STRONG&gt;6&lt;/STRONG&gt; concurrent reloads at its maximum.&lt;BR /&gt;&lt;BR /&gt;Use the guideline (&lt;STRONG&gt;NumberOfCPUCores - 2&lt;/STRONG&gt;) when performing capacity planning on the possible amount of concurrent scheduled reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The cores can be physical cores or virtual cores; any CPU cores Qlik Sense can "see".&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;While a reload task typically consumes one core, this is not a hard rule. It can require multiple cores.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Allowing more parallel reloads than CPU cores available does not improve the runtime of concurrent tasks. The reload node's resources will deplete.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This also means: With more parallel reloads than cores the probability for total starvation increases since the QIX engine is CPU hungry and other processes (for example, the operating system) might not get enough CPU cycles to perform their duties.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Each running reload is loaded into RAM. This means that the average RAM footprint grows with more parallel reloads.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Qlik Sense will queue scheduled reloads when system resources reach their threshold&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;To validate that environment needs proper capacity planning, go to&amp;nbsp;C:\ProgramData\Qlik\Sense\Log\Scheduler\Trace\&amp;lt;Server&amp;gt;_System_Scheduler.txt, an example log shows below:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;ServerName&amp;gt;_System_Scheduler.txt&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;I&gt;Domain\qvservice &amp;nbsp; &amp;nbsp;Engine connection released. 5 of 4 used&amp;nbsp;&lt;BR /&gt;&lt;/I&gt;&lt;I&gt;Domain\qvservice&amp;nbsp;&amp;nbsp; &amp;nbsp;Engine connection 6 of 4 established&amp;nbsp;&lt;BR /&gt;&lt;/I&gt;&lt;I&gt;Domain\qvservice&amp;nbsp;&amp;nbsp; &amp;nbsp;Request for engine-connection dequeued. Total in queue: 25&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Concurrent settings&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Use the "Max concurrent reloads" to limit the maximal concurrent tasks can be run at same time on &lt;STRONG&gt;current node&lt;/STRONG&gt;. By default, it's set to 4, which means only 4 tasks can be run at same time on this node.&lt;/P&gt;
&lt;P&gt;When the 5th task comes in:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;It will be queued by sequence.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The queue has a time setting, which will eliminate (erase) a queued task if the timeout limit reaches. By default, it's set to 30 mins, in this case, if none of the first 4 tasks finishes in 30 minutes after the 5th task comes in, then the 5th task will be cancelled due to timeout. It has to be triggered again (manually or next scheduled time slot).&lt;/LI&gt;
&lt;LI&gt;Once one of the 4 running tasks finishes, the 5th task will be executed on this node&amp;nbsp;&lt;STRONG&gt;if it's not timed out&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If you set timeout to 0, this will make the queue never timeout.&lt;/LI&gt;
&lt;LI&gt;It's suggested not to run more than 10 concurrent reloads at once, unless the schedular node has an extreme amount of resources dedicated to it.&lt;/LI&gt;
&lt;LI&gt;If there is low memory or cores available on the node, then some tasks may kick off however take several hours to complete. Adding resources to the node running the reloads is suggested.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Multi-node deployment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;On a multi-node deployment, tasks will be balanced from the manager node to any node(s) designated as workers.&lt;BR /&gt;&lt;BR /&gt;It's highly advised to check if the central node configured is set to &lt;STRONG&gt;Manager&lt;/STRONG&gt; &lt;STRONG&gt;and&lt;/STRONG&gt; &lt;STRONG&gt;Worker&lt;/STRONG&gt; or &lt;STRONG&gt;Manager&lt;/STRONG&gt;. When set to &lt;STRONG&gt;Manager&lt;/STRONG&gt;, it will send all reload jobs to the reload/scheduler nodes, as it should. However if a central node is set to &lt;STRONG&gt;Manager and Worker&lt;/STRONG&gt;, this means the Central node will also be involved in performing reloads. This is not recommended.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The work flow looks as follows:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Manager node receives a new task execution request.&lt;/LI&gt;
&lt;LI&gt;Manager node checks the resource availability on each of the worker nodes.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Manager node assigns this task to &lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;node with the lowest number of running tasks per&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;Max concurrent reloads&lt;/FONT&gt;" setting.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;The improvement to track the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Max concurrent reloads&lt;/FONT&gt;&amp;nbsp;can, if desired, be disabled. This reverts Sense to an older load balancing method that relies only on CPU usage.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To disable the setting:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the &lt;FONT face="courier new,courier"&gt;Scheduler.exe.config&lt;/FONT&gt;, which by default is located in: &lt;FONT face="courier new,courier"&gt;C:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Program &lt;/SPAN&gt;&lt;SPAN&gt;Files&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Sense&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;Scheduler&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Scheduler.exe.config&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set &lt;FONT face="courier new,courier"&gt;DisableLegacyLoadBalancingBehavior&lt;/FONT&gt;&amp;nbsp;setting to false&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Restart Ql&lt;/SPAN&gt;&lt;SPAN&gt;ik Sense Scheduler Service&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat these actions on each node of the cluster running the Qlik Sense Scheduler Service&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Example&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;In our example, we allow&amp;nbsp;&lt;STRONG&gt;one&amp;nbsp;&lt;/STRONG&gt;concurrent reload, but we assume that&amp;nbsp;&lt;STRONG&gt;two&amp;nbsp;&lt;/STRONG&gt;reloads are executed at the same time.&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider cig cih c d e f g h i j k l m n o p q r s t cii cij w x y z ab ac ae af ag ah ai aj ak"&gt;If Task A is executed first, Task B is queued.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;If Task A is executed first and then fails, Task B is executed after the failure.&lt;/LI&gt;
&lt;LI&gt;After Task A's failure, Task A is queued and will execute after Task B has finished.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Jul 2024 08:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/ta-p/1713554</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-07-02T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1770371#M1359</link>
      <description>&lt;P&gt;Thank you!!!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 23:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1770371#M1359</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2020-12-23T23:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1900484#M5689</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do we have similar document for Qlik Nprinting to check how many concurrent task executions are possible?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 10:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1900484#M5689</guid>
      <dc:creator>TusharDev_Qlik</dc:creator>
      <dc:date>2022-03-03T10:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1904086#M5825</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160664"&gt;@TusharDev_Qlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik NPrinting does not have functionality like this in the product as of right now. If you are interested in raising a request with our developers, I would suggest logging an idea in &lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas" target="_self"&gt;our ideations section&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 13:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1904086#M5825</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-03-11T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1954026#M6851</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Sense can support concurrent reloads of the same reload task (and so of the same app)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, which is the behavior? Each reload is queued and wait untile the previous reload finished?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to execute the same task (2 concurrent triggers/invocations) or trying to reload the same app with 2 different task in the same moment, makes any difference?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 12:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1954026#M6851</guid>
      <dc:creator>simobatt</dc:creator>
      <dc:date>2022-07-11T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1959364#M6935</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/40048"&gt;@simobatt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you clarify the requirement for this? Reloading the same app at the same time would lead to access issues on the file.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 11:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1959364#M6935</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-07-22T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1971992#M7122</link>
      <description>&lt;P&gt;Is it necessary to restart services after changing "max concurrent reloads", does the change require reboots?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 14:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1971992#M7122</guid>
      <dc:creator>Bartosz</dc:creator>
      <dc:date>2022-08-23T14:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1972456#M7126</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159496"&gt;@Bartosz&lt;/a&gt;&amp;nbsp;A restart is not required, no &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 11:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1972456#M7126</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-08-24T11:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1972458#M7127</link>
      <description>&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 11:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1972458#M7127</guid>
      <dc:creator>Bartosz</dc:creator>
      <dc:date>2022-08-24T11:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1972469#M7128</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have a specific requirement, it is just a question about the standard behaviour.&lt;/P&gt;
&lt;P&gt;We are developing an orchestration and reload service outside Qlik using the Sense APIs.&lt;/P&gt;
&lt;P&gt;And I would like to know what happen if a task already running is started again.&lt;/P&gt;
&lt;P&gt;Maybe an error? Or the reload execution is queued? Or we have concurrent execution of the 2 reloads?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Simone&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 11:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1972469#M7128</guid>
      <dc:creator>simobatt</dc:creator>
      <dc:date>2022-08-24T11:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1975766#M7220</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/40048"&gt;@simobatt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While there is no theoretical limit on how many tasks (overall) you can trigger, hardware and bandwidth and file locking limitations may get in the way.&lt;/P&gt;
&lt;P&gt;As for your specific question on triggering one task twice, this will fail with one of the below errors:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;Cannot start task, already active&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;Could not reserve an executor for task: TaskExecutionSession already exist for App&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 09:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/1975766#M7220</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-09-01T09:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2032058#M8278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you very much for this article&lt;/P&gt;
&lt;P&gt;does this rule still apply?&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;For chained tasks, there is no load balancing that happens for tasks. All chained tasks are sent to the same Scheduler Node as the original task.&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Indeed&lt;SPAN&gt;, i've made a test on 2 different multi node architectures (August 2021 SR3 and May 2022 Patch 4), and in both, in chained tasks, the two tasks were executed by 2 differents scheduler nodes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;One last question, is it possible to "determine" which node is concerned in an execution of an external task, not linked to an app ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have a good day.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Johann&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 10:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2032058#M8278</guid>
      <dc:creator>jchoucq</dc:creator>
      <dc:date>2023-01-31T10:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2036366#M8354</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14334"&gt;@jchoucq&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me review this for you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 08:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2036366#M8354</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-02-10T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2036480#M8363</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14334"&gt;@jchoucq&lt;/a&gt;&amp;nbsp;I've verified this with our Subject Matter experts and can confirm that the information in the article was outdated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for raising this!&lt;/P&gt;
&lt;P&gt;The outdated information was removed and the article cleaned up a little.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 11:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2036480#M8363</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-02-10T11:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2124877#M10355</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;Just to confirm, the latest &lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; version (say May 2023) does not have this limitation with multiple scheduler nodes?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;For chained tasks, there is no load balancing that happens for tasks. All chained tasks are sent to the same Scheduler Node as the original task.&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 21:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2124877#M10355</guid>
      <dc:creator>Kunal</dc:creator>
      <dc:date>2023-10-03T21:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2131327#M10516</link>
      <description>&lt;P&gt;we have a client with dedicated reload node. 28 vCPU and 26 concurent reload task set.&lt;/P&gt;
&lt;P&gt;When we try to start&amp;nbsp; reload task with 25 similar app&amp;nbsp;we see that at &lt;BR /&gt;fact only 10 tasks works, all another wait in "running" status w/o any action. what we can to do in this situation?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 08:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2131327#M10516</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2023-10-24T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2131333#M10517</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41371"&gt;@korsikov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The max concurrent cannot be matched 100% to your cores. Other factors will come into play, such as how some reloads consume more cores and/or will consume resources which signal the Qlik Sense server to begin queueing.&lt;/P&gt;
&lt;P&gt;In addition, note:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;It's suggested &lt;STRONG&gt;not to run more than 10 concurrent reloads at once&lt;/STRONG&gt;, unless the schedular node has an extreme amount of resources dedicated to it.&lt;/P&gt;
&lt;P&gt;You may have reached the point where a singular reload node will not be sufficient to carry out the tasks you need, or you will need to review overall performance and reload behaviour.&lt;/P&gt;
&lt;P&gt;To investigate why your reloads are queued, we recommend monitoring resources as well as reviewing the log files to locate the reason why a job was queued. If you need more direct assistance with this, please post about your requirement and challenge in the appropriate forum (&lt;A href="https://community.qlik.com/t5/deployment-management/bd-p/qlik-sense-deployment" target="_blank" rel="noopener"&gt;Deployment &amp;amp; Management&lt;/A&gt;), or, if you require direct involvement with Qlik, our &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-when-to-contact-Qlik-s-Professional-Services-and/ta-p/1714936" target="_blank" rel="noopener"&gt;consulting services&lt;/A&gt; can be contacted to assist you with sizing questions.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 08:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2131333#M10517</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-10-24T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2131385#M10520</link>
      <description>&lt;P&gt;Hi Sonja,&lt;/P&gt;
&lt;P&gt;Thank you for fast responce.&lt;/P&gt;
&lt;P&gt;there is come kind of hardcoded limitation or it can customize it? QlikView has Heap size limit, but in Qlik Sense it's working in one Engine.exe process.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 11:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2131385#M10520</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2023-10-24T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2152874#M10900</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp; i have a question for this,&lt;/P&gt;
&lt;P&gt;According to&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Manager node assigns this task to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;node with the lowest number of running tasks per&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;Max concurrent reloads&lt;/FONT&gt;" setting.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When working on multinode-deployment and one of server becomes unresponsive for any reason (high cpu usage or memory leak etc.) all tasks that need to start are hangs at trigger status. Could this be caused by the setting above? Because of the server(any of workernode) becomes unresponsive, central node might not get answer of current running task number from that node, and might waiting response from it to distribute task for available node. Untill central node gets answer from unresponsive node, it keeps waiting tasks in trigger status. How can we overcome this? Its making a interruption on tasks in our site, untill you restart the slave tasknode that becomes unresponsive.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2152874#M10900</guid>
      <dc:creator>BTIZAG_OA</dc:creator>
      <dc:date>2023-12-14T08:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Concurrent Reload Settings in Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2452584#M13929</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;in which cases do you recommend to disable the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Max concurrent reloads&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;config for schedulers and by default use the older load balancing method that relies only on CPU usage ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Example does it make sense to use the older balancing rule when the task performance (due to different amounts of data loaded) are quite different from on another i.e. one task can take 5 minutes and another task 40 min ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Concurrent-Reload-Settings-in-Qlik-Sense-Enterprise/tac-p/2452584#M13929</guid>
      <dc:creator>christianborg</dc:creator>
      <dc:date>2024-05-15T08:55:42Z</dc:date>
    </item>
  </channel>
</rss>

