- All Implemented Interfaces:
- java.lang.Runnable
@Service(value=java.lang.Runnable.class)
@Property(name="scheduler.expression",value="0 0 12 * * ?",label="Cron expression scheduling this job",description="Cron expression scheduling this job. Default is every hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value") @Property(name="scheduler.concurrent",boolValue=false,propertyPrivate=true)
public class TempCleanUpTask
extends java.lang.Object
implements java.lang.Runnable
This scheduler service processes the uuid folders present inside /tmp/fd/af and deletes it
scheduling can be configured in "scheduler.expression" .