Author: kwin
Date: Fri Aug  4 14:24:25 2017
New Revision: 1804128

URL: http://svn.apache.org/viewvc?rev=1804128&view=rev
Log:
clarify scheduler.cron expression format

Modified:
    
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext?rev=1804128&r1=1804127&r2=1804128&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
 Fri Aug  4 14:24:25 2017
@@ -10,7 +10,9 @@ The notion of Job used in this context i
 
 The following examples show you how to define and schedule a job by leveraging 
the whiteboard pattern.
 
-### Scheduling with a cron expression 
+### Scheduling with a cron expression
+
+The cron expression format is described in the [Quartz Cron 
Documentation](http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html#format)
 and requires either 6 or 7 fields separated by white space. The first field 
always indicates the second (not the minute). 
 
 The following job is executed every minute by setting *scheduler.expression* 
to the cron expression *"0 * * * * ?"*:
 


Reply via email to