Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Shoes
Contributor II
Contributor II

Separating development server from scheduling tasks to another

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

Shoes_0-1699525150529.png

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

 

Labels (1)
1 Reply