fabioformosa / quartz-manager

REST API and UI Console Manager for Quartz Scheduler. This is a Java Library & UI embeddable single page app, to control and monitor jobs scheduled with Quartz Scheduler
Apache License 2.0
237 stars 85 forks source link

Quartz Manager in Cluster Mode #45

Open fabioformosa opened 2 years ago

fabioformosa commented 2 years ago

Tasks

fabioformosa commented 1 year ago

The quartz props to enable the cluster mode are:

quartz:
   org.quartz.jobStore.isClustered: true
   org.quartz.scheduler.instanceId=AUTO
SlakrHakr commented 4 months ago

Is there any sort of estimated timeline for Cluster Mode in Quartz Manager? I see on the roadmap it's at least in the "To Do" column instead of the backlog.