Esteve Camps
Esteve Camps

Reputation: 1123

Set a fixed node in Quartz Scheduler cluster

Is it possible to set a fixed node for executing tasks in Quartz scheduler? It should be some kind of active-active cluster so all tasks are executed by the same node; the second node(or rest of nodes) should remain as backup just in case the main one stops working. If this occurs, a new fixed node should be choosed.

Upvotes: 1

Views: 168

Answers (1)

Jan Moravec
Jan Moravec

Reputation: 1880

This functionality is not currently available in the open-source Quartz scheduler version. It seems to be only available in the commercial version (search for "Quartz Where").

Upvotes: 1

Related Questions