Question:
Can JobScheduler syncronize objects such as jobs or job chains between Primary and Fail-over JobScheduler instances using https, rather than using the network filesystem?
Answer:
- For operations of JobScheduler in fail-over mode, i.e. for a Primary JobScheduler and Backup JobSchedulers, the only requirement is
- both JobScheduler instances, Primary and Backup instance, have to share the same database.
- both JobScheduler instances should share the same configuration files and configuration objects such as jobs, job chains, orders etc.
...