Many business tasks must run on a recurring schedule, such as checking thresholds, polling for conditions, or sending periodic notifications. Manually handling these tasks is unreliable and doesn't ...
This plugin integrates the quartz scheduler with dropwizard and allows you to easily create background jobs, which are not bound to the HTTP request-response cycle. Quartz creates a threadpool on ...