Configuring Batch Server Scheduled Jobs
The batch server uses scheduled jobs to perform certain operations, such calculating top selling products and product recommendations. The quartz.xml
file contains settings that configure how and when these jobs run. It is located in the batch/ep-batch/src/main/resources/spring/scheduling
directory.
Some of these jobs can be configured to run at different intervals or to clear different amounts of data. For more information on how to do this, see Configuring System Settings.
Batch Server Quartz Jobs
The Elastic Path Quartz Jobs page contains a list of the Batch server’s quartz jobs.