Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have multinode setup for Qliksense Server (November 2018). We want to run all scheduling task on Rim node without Master-Slave Concept. We have written load balancing rule to achieve this by using Custom property. Max Concurrent Task on Rim node are 10 and On Central node it is set as 2.
When we start multiple tasks at a time, First 2 tasks are started on Central node and remaining tasks are on Development.
we want to do vice versa. first 10 tasks should always run on rim node and later ones are on Central.
Is there any modification in rule is required?
Load Balancing Rule - ((node.@NodeTask_CP=resource.@NodeTask_CP
))
(NodeTask_CP is Custom Property set for App and Nodes)
Thanks for reaching out to me.
If i understood correctly, you have created the custom property with apps and nodes resources ?
Now, solution I can give only if there is any problem.
If you balance one app with central and rim node then it would execute on any of the nodes by ROUND ROBIN ALGO, it means it will find best available server first and send the task to it.
so it is working as it is suppose to work.
Please correct me if I didn't get your point correctly
Thanks,
Rohit
Hi Rohit,
Thank you for your time.
Yes, I have created the custom property with apps and nodes.
I have a question based on the working you explained. How will ALGO check for Best available server(What will the criteria)? I mean we don't want to run heavy loaded task on Central Node.
In our case, though Rim node resources are available, many tasks goes in Queue and wait for Production server to release resources.
we want tasks to run on Rim node only and if Rim node resources are consumed then only task should run on Central Node.
Is there anything we can do to achieve this?
Can we use Schedulers and Task/App combo in Custom property for this?
Thank you.
Regards,
Shraddha
Hi Rohit,
We don't have option to have separate Rim node for Scheduler.
We have multiple tasks running concurrently which causing high Resource consumption on Central node leading to performance issue to Business.
In our case many tasks are getting in queue of central node though Development server is free to run task.
If you have any thought on this please let us know.
Regards,
Shraddha