Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top
In some cases, a plugin should perform a periodical background operation. Examples are import or synchronization plugins that automatically import/update content in XperienCentral from an external source. This task should be performed on fixed, configurable, dates and times. Especially CPU consuming tasks Tasks that consume a lot of CPU should be scheduled to run at nightwhen website demand is low. This topic describes how to write such a scheduled task.


Info

In order to supplement the explanation of scheduled tasks that appears in this topic, refer to the Scheduled Tasks archetype and the XperienCentral Javadoc for complete information about the structure of the Java code that makes scheduled tasks in XperienCentral possibleSee Scheduling Jobs for information on the Cron format that XperienCentral uses to schedule regularly performed tasks.


In This Topic

Table of Contents
maxLevel2

...