Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

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:

Note:

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:

Note:

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.