Hi, I confirm it works fine.
Maybe it was the initial cron string ? Regards JB > Le 11 févr. 2020 à 17:16, Erwin Hogeweg <erwin.hoge...@me.com> a écrit : > > Thanks Francois. > > It works here as well now. Strange. I’ll keep an eye on it and see if I can > reproduce it. > > > karaf@root()> scheduler:reschedule --cron "0 26 10 * * ?” > MyRefreshJob.383 > karaf@root()> scheduler:list > Name │ Schedule > ─────────────────┼──────────────────── > MyRefreshJob.383 │ cron(0 26 10 * * ?) > > Erwin > > >> On Feb 11, 2020, at 11:02, Francois Papon <francois.pa...@openobject.fr >> <mailto:francois.pa...@openobject.fr>> wrote: >> >> Hi, >> >> I tested in a fresh Karaf 4.2.8 and it works well: >> >> karaf@root()> scheduler:list >> Name │ Schedule >> ───────────────────────────┼──────────────────── >> decanter-collector-jmx.122 │ cron(0 59 05 * * ?) >> karaf@root()> scheduler:reschedule --cron "0 55 05 * * ?" >> decanter-collector-jmx.122 >> karaf@root()> scheduler:list >> Name │ Schedule >> ───────────────────────────┼──────────────────── >> decanter-collector-jmx.122 │ cron(0 55 05 * * ?) >> >> May be it's your cron options. >> >> regards, >> François >> fpa...@apache.org <mailto:fpa...@apache.org> >> Le 11/02/2020 à 16:38, Erwin Hogeweg a écrit : >>> scheduler:reschedule --cron "0 26 10 * * *” >