Question:
Can JobScheduler syncronize objects such as jobs or job chains between Primary and Faileover schedulers Fail-over JobScheduler instances using https, rather then 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.
- Our recommendation for shared JobScheduler configurations is to use
- a JobScheduler Supervisor instance for remote configuration service that sends the configuration objects from the Primary JobScheduler to the Backup JobScheduler,
- a shared files ystem,
- rsync or similar tools that would synchronize files between Primary and Backup JobScheduler
- Our recommended way to share JobScheduler configurations is to create an shared filesystem , but you can either use JobScheduler's internal remote configuration service to send the JobScheduler configuration from Primary to Backup JobScheduler, or use rsync etc. all in all there are multiple possibilities.