This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 581cbf1  Update scheduler documentation with the scheduler:reschedule 
command.
581cbf1 is described below

commit 581cbf132082f2530e261ef912c6c92fbb543cce
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri Dec 15 09:00:51 2017 +0100

    Update scheduler documentation with the scheduler:reschedule command.
---
 manual/src/main/asciidoc/user-guide/scheduler.adoc | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/manual/src/main/asciidoc/user-guide/scheduler.adoc 
b/manual/src/main/asciidoc/user-guide/scheduler.adoc
index 24bb318..b8a02d3 100644
--- a/manual/src/main/asciidoc/user-guide/scheduler.adoc
+++ b/manual/src/main/asciidoc/user-guide/scheduler.adoc
@@ -26,12 +26,13 @@ To enable the Apache Karaf Scheduler, you just have to 
install the `scheduler` f
 karaf@root()> feature:install scheduler
 ----
 
-The `scheduler` feature automatically installs the `scheduler` Gogo command 
group, too:
+The `scheduler` feature automatically installs the `scheduler` command group, 
too:
 
 ----
 scheduler:list
 scheduler:schedule
 scheduler:unschedule
+scheduler:reschedule
 ----
 
 ==== Configuration
@@ -179,3 +180,10 @@ public class Demo {
 }
 
 ----
+
+==== Update scheduling of an existing job
+
+You can change the scheduling of an existing job using `scheduler:reschedule` 
command.
+
+This command works as the schedule command (using the same `at`, `period`, 
`cron`, ... options) but taking the job name
+as argument (as given by the `scheduler:list` command).

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to