This command manages configured jobs Managed jobs are commands which are annotated with @ManagedJob ,@Progress or running with --detach You can configure the job retention period, job inactivity period,initial-delay,poll-interval persisting options for those jobs which will be used by the Job Manager to purge the jobs according to the criteria specified. Definition of parameters: job-retention-period - Time period to store the jobs. Defaults 24 hours. job-inactivity-period -Time period after which we expire an inactive, non responsive command initial-delay - Initial delay after which the cleanup service should start purging This is useful when the server restarts will provide some time for the Job Manager to bootstrap poll-interval - The time interval after which the JobCleanupService should poll for expired jobs
@author Bhakti Mehta
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.