What is the best way to put in place «tasks scheduler» with high availability under Windows?
Currently, the tasks are planned on a single server, which is a problem when the server reboot (for many reasons)
Is there a Cluster system to resolve that?
Typically two servers, one master, the other slave and when the master is no longer available, then the task is taken over by the slave who becomes master?
I read this link which could respond to my problem, but there is no indication of how to create the cluster.