Package org.apache.sling.event.impl.jobs.tasks
package org.apache.sling.event.impl.jobs.tasks
-
ClassesClassDescriptionThe check topology task checks for changes in the topology and queue configuration and reassigns jobs.Maintenance task...This task is executed when the job handling starts.Task to clean up the history, A clean up task can be configured with three properties: - age : only jobs older than this amount of minutes are removed (default is two days) - topic : only jobs with this topic are removed (default is no topic, meaning all jobs are removed) The value should either be a string or an array of string - state : only jobs in this state are removed (default is no state, meaning all jobs are removed) The value should either be a string or an array of string.Upgrade task Upgrade jobs from earlier versions to the new format.