quartz-manager
quartz-manager copied to clipboard
Quartz Manager in Cluster Mode
Tasks
- Enable quartz in cluster mode
- Enable a distributed memcache to update all websocket in all instances
The quartz props to enable the cluster mode are:
quartz:
org.quartz.jobStore.isClustered: true
org.quartz.scheduler.instanceId=AUTO
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.