Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a Qlik Sense Production environment with 2 scheduler RIM nodes where we balance the reloads based on a custom property setting on the app to send it to the priority node (fast lane) or regular node. We had an unscheduled database downtime and had to halt everything. Now I have a backlog of items waiting for regular node but priority node is available for use. Any ideas on how to temporarily turf some work over to that one without messing with the load balancer rules too much?
@covenant_bi ,
You can set up a security rules in such a way that the desired apps to run in Desired RIM node.
Running All the apps in A different node:
(((resource.id!="23b4437e-9a91-41bd-832a-8d2
Running Big App on a specific node:
((node.name="RIM3" and (resource.id="23b4437e-9a91-41bd-832a-sten
We are just 'like' you and like to be liked when providing a helpful answer. You may press the 'Solution Accepted' button if an answer provided solves your issue.
@covenant_bi ,
You can set up a security rules in such a way that the desired apps to run in Desired RIM node.
Running All the apps in A different node:
(((resource.id!="23b4437e-9a91-41bd-832a-8d2
Running Big App on a specific node:
((node.name="RIM3" and (resource.id="23b4437e-9a91-41bd-832a-sten
We are just 'like' you and like to be liked when providing a helpful answer. You may press the 'Solution Accepted' button if an answer provided solves your issue.
John, so there isn't a way other than calling out specific IDs. I was looking for an outlet rule to say "go to the first open scheduler" like round robin. This rule would be disabled most of the time. If not, I can go the above route. Thanks!