Re: k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Erwin Hogeweg
JB, > I confirm it works fine. > > Maybe it was the initial cron string Yeah, or a typo in the job name. I dunno. I haven’t been able reproduce it. Sorry about the noise. Erwin

Re: k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Jean-Baptiste Onofre
Hi, I confirm it works fine. Maybe it was the initial cron string ? Regards JB > Le 11 févr. 2020 à 17:16, Erwin Hogeweg 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()>

Re: k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Erwin Hogeweg
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

Re: k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Francois Papon
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 * * ?"

k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Erwin Hogeweg
Hi, Does anyone know what the proper syntax is to reschedule a job from the console? I have this job: karaf@root()> scheduler:list Name │ Schedule ─┼ MyRefreshJob.357 │ cron(0 59 05 * * ?) According to the manual