Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We are struggling with the problem of separating the development machine(DEV) from the task scheduler service running on it. At the beginning, we wanted to resign from the scheduler service on the DEV server (disable it in Nodes), but when reloading the application placed on the DEV server, the message appeared
No slave scheduler found
probably because we have set rules in load balancing
((node.@env=resource.@env) or (node.@env="DEV" and resource.@env.Empty()))
so as a rule, an application with custom property @evn=DEV looks for the scheduler there... but...
Our question:
Is it possible for applications placed on the DEV server to be reloaded to another node? (our node is named PROD1)
It seemed to me that this, should be solved by setting an additional node (PROD1) in the virtual proxy, i.e
but surprisingly, it doesn't do anything... even if we set max concurent reloads =1 in the scheduler service, and run more than 1 task on DEV at the same time, it does not go to PROD1, but queues on DEV... why?
I don't understand this logic... that's why I'm asking for a solution, explanation, help 🙂
Thank You
Hi Shoes, maybe this could be helpful:
https://adminplaybook.qlik-poc.com/docs/asset_management/apps/review_pinning_load_balancing.html