6.3. Lifecycle Configuration

The lifecycles service periodically scans the database for content that is scheduled for deployment. The lifecycle initializer has two configuration parameters:

delay [ Integer ]

How long do we wait (in seconds) after system startup before we start processing lifecycles?

frequency [ String ]

How often (in seconds) does the system look for pending items to make live and live items to expire?

init com.arsdigita.cms.lifecycle.Initializer 
{
  delay     = 60;  
  frequency = 600; 
}