The max concurrent reloads can be configured in the Qlik Sense Management Console.
- Open the?Qlik Sense Management Console
- Navigate to?Schedulers?
- Enable the?Advanced?section (if not already on by default)
- Set the required?max concurrent reloads
? ?
?
IMPORTANT TO REMEMBER
Concurrent settings
Use the "Max concurrent reloads" to limit the maximal concurrent tasks can be run at same time on?current node. By default, it's set to 4, which means only 4 tasks can be run at same time on this node.
When the 5th task comes in:
- It will be queued by sequence.?
- 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).
- Once one of the 4 running tasks finishes, the 5th task will be executed on this node?if it's not timed out.
- If you set timeout to 0, this will make the queue never timeout.
- 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.
- 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.
Multi-node deployment
On a multi-node deployment, tasks will be balanced from the manager node to any node(s) designated as workers.
It's highly advised to check if the central node configured is set to?Manager?and?Worker?or?Manager. When set to?Manager, it will send all reload jobs to the reload/scheduler nodes, as it should. However if a central node is set to?Manager and Worker, this means the Central node will also be involved in performing reloads. This is not recommended.?
The work flow looks as follows:
- Manager node receives a new task execution request.
- Manager node checks the resource availability on each of the worker nodes.?
- Manager node assigns this task to?the?node with the lowest number of running tasks per?"Max concurrent reloads" setting.
The improvement to track the?Max concurrent reloads?can, if desired, be disabled. This reverts Sense to an older load balancing method that relies only on CPU usage.?
To disable the setting:
- Open the?Scheduler.exe.config, which by default is located in:?C:\Program?Files\Qlik\Sense\Scheduler\Scheduler.exe.config
- Set?DisableLegacyLoadBalancingBehavior?setting to false
- Restart Qlik Sense Scheduler Service
- Repeat these actions on each node of the cluster running the Qlik Sense Scheduler Service
Example
In our example, we allow?one?concurrent reload, but we assume that?two?reloads are executed at the same time.
- If Task A is executed first, Task B is queued.
- If Task A is executed first and then fails, Task B is executed after the failure.
- After Task A's failure, Task A is queued and will execute after Task B has finished.