You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/07/01 17:57:37 UTC

svn commit: r1688673 - /sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Author: kwin
Date: Wed Jul  1 15:57:37 2015
New Revision: 1688673

URL: http://svn.apache.org/r1688673
Log:
reformat last hint

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=1688673&r1=1688672&r2=1688673&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 Wed Jul  1 15:57:37 2015
@@ -83,9 +83,7 @@ or
 
     @Property(name="scheduler.runOn", value="SINGLE");
 
-<div class="note">
-Since in contrast to <a href="{{ refs.apache-sling-eventing-and-job-handling.path }}">Sling Jobs</a> the scheduler queue is only held in memory, there will be no distribution of jobs. So if job '1' was scheduled on instance 'a' with the option to run on the leader only, but the leader is instance 'b', which hasn't the job in the queue, the job will never be executed by anyone!
-</div>
+Since in contrast to [Sling Jobs]([{{ refs.apache-sling-eventing-and-job-handling.path }}]) the scheduler queue is only held in memory, there will be no distribution of jobs. So if job '1' was scheduled on instance 'a' with the option to run on the leader only, but the leader is instance 'b', which hasn't the job in the queue, the job will never be executed by any instance!
 
 ## The Scheduler API