RE: Monitor scheduling

2020-07-13 Thread GILQUIN Pierre via Webobjects-dev
Thanks Klaus and Paul. Seems a good idea to look at Quartz Best, Pierre De : Klaus Berkling via Webobjects-dev [mailto:webobjects-dev@lists.apple.com] Envoyé : lundi 13 juillet 2020 16:49 À : WebObjects Development Objet : Re: Monitor scheduling On Jul 12, 2020, at 11:30 PM, GILQUIN Pierre vi

Re: Monitor scheduling

2020-07-13 Thread Klaus Berkling via Webobjects-dev
> On Jul 12, 2020, at 11:30 PM, GILQUIN Pierre via Webobjects-dev > wrote: > I have a extraction job that need to be ran only one time the week-end. The > process stopped when done > I am not allowed to use crontab to schedule this job. > > I try on the wonder monitor without success so far.

Re: given WOLips is being discussed...

2020-07-13 Thread Jérémy DE ROYER via Webobjects-dev
Hi Maik, I completely agree with paying to fix the bugs that are still in WOLips today. That’s why I would suggest to make 2 lists : - the first one : bug fixes - the second one : wish list I would gladly contribute to the first bug-fixes-list I would gladly study the second list and contribu

Re: given WOLips is being discussed...

2020-07-13 Thread Maik Musall via Webobjects-dev
Hi all, I think the point is still valid. We shouldn’t invest in WOLips development without first discussing the option of creating similar plugins for alternative IDEs. So, who has enough insight into and experience with IntelliJ, Netbeans and the like to offer some thoughts on this? Maik

RE: Monitor scheduling

2020-07-13 Thread GILQUIN Pierre via Webobjects-dev
Thanks that should work I will have to set the memory size with something like –Xms256m –Xmx9g so it doesnot take to much during the waiting time Pierre De : René Bock [mailto:b...@salient-doremus.de] Envoyé : lundi 13 juillet 2020 11:39 À : GILQUIN Pierre; GILQUIN Pierre via Webobjects-dev Cc

Re: Monitor scheduling

2020-07-13 Thread René Bock via Webobjects-dev
Hi, we solved an similar requirement like this: * in WOMonitor: add an extra Instance with auto-recover = on * in the app: - store the next execution time in the database - wait until it's time to the job - get the job done. - set the next execution time - application.terminate As the WO