Elastic Path Quartz Jobs
Elastic Path Quartz Jobs
Elastic Path Commerce provides a number of Quartz jobs out of the box for both the Commerce Manager Server and the Search Server.
Commerce Manager Server Quartz Jobs
The table below lists the Commerce Manager server Quartz jobs:
The Commerce Manager server Quartz jobs may be configured in cmserver\ep-cmserver\src\main\resources\spring\scheduling\quartz.xml or ep.properties.
Job | Description |
---|---|
cleanupAbandonedCartsJob | Removes all shopping cart records that have a last modified date past a defined amount of time. |
cleanupExpiredOAuth2TokensJob | Removes OAuth2 tokens that have expired past a defined amount of time. |
cleanupFailedOrdersJob | Removes all failed orders past a defined amount of time. |
cleanupAnonymousCustomerJob | Removes all anonymous customers that have their last modified date older than the a defined amount of time. |
cleanupOrderLocksJob | Removes order locks that have expired past a defined amount of time. |
cleanupSessionsJob | Removes all customer session records that have a last accessed date past a defined amount of time. |
importJobCleanupProcessorJob | Removes import job data past a defined amount of time. |
inventoryJournalRollupJob | Rolls up inventory journal entries so there are less of them, but with the same information. |
processImportJob | Processes file imports. |
productRecommendationJob | Recomputes product recommendations. |
searchTermsAggregatorJob | Tracks the usage of Cortex product search keywords. |
staleImportJobProcessorJob | Removes import jobs that have been processed. |
topSellerJob | Redetermines the latest top selling products. |
Search Server Quartz Jobs
The table below lists all available Search server Quartz jobs:
The search server Quartz jobs may be configured in search\ep-search\src\main\resources\spring\scheduling\quartz.xml or by changing the ep.index.build settings in ep.properties.
Job | Description |
---|---|
catalogPromoMonitorJob | Checks for changes to catalog promotion rules and notifies the search server if any are found. |
categoryIndexBuildJob | Rebuilds the category index. |
cmUserIndexBuildJob | Rebuilds the Commerce Manager user index. |
customerIndexBuildJob | Rebuilds the customer index. |
optimizeSearchIndicesJob | Optimizes the search indexes. |
productIndexBuildJob | Rebuilds the product index and then builds spell checking index. |
promotionIndexBuildJob | Rebuilds the promotion index. |
rulebaseCompileJob | Recompiles the rule base, and stores it in the database. |
shippingServiceLevelIndexBuildJob | Rebuilds the shipping service level index. |
skuIndexBuildJob | Rebuilds the SKU index. |