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
240 stars 87 forks source link

Support multiple instances of scheduler #69

Open fabioformosa opened 2 years ago

fabioformosa commented 2 years ago

Potentially we could have multiple schedulers with different names. API and UI should reflect this scenario and give the user the chance to select the scheduler. In a first release, we can deprioritise this feature and assume the limitation that quartz-manager can manage triggers within a single instance of the Scheduler which has the name given via application property.