I am looking to use the quartz scheduler in my application because I have a clustered environment and want to guarantee that only one instance of my work starts every hour. My question is: should I use the JDBC job store or some kind of βexternalβ job data store to ensure that only one instance in my cluster starts the job at any given hour or is there more magic for quartz that I know?
Yes, you need to use JDBC-JobStore, or TerracottaJobStore to enable the mechanism of interaction between nodes (in one case, they exchange data in db tables, and in the other through the network functions of Terracotta).
Source: https://habr.com/ru/post/1619186/More articles:Google Maps API v3 add shadow to marker by clicking - javascriptng-blur does not fire event on firefox with input number - javascriptMarker shadows in Google Maps v3 - google-mapsUnable to save work because it already exists with this identifier - javaShadows on Google Maps visualRefresh - google-mapshow to redirect http request in node js - httpHtml2canvas only captures screens, not the entire div container - javascriptCreating a class immutable - javaHow do I know where a style attribute is added to Chrome dev tools? - javascriptBest practice for modular programming in Laravel 5+ - packageAll Articles