Re: camel-quartz is misfiring on startup

2022-01-11 Thread Santiago Acosta
Thanks Claus! I had completely overlooked such simple ootb solutions! However, our current solution is working quite well so we will not be revisiting for the time being. Thanks again. There is so much more to learn and test On Tue, Jan 11, 2022 at 11:59 AM Claus Ibsen wrote: > Hi > > For quart

Re: camel-quartz is misfiring on startup

2022-01-11 Thread Claus Ibsen
Hi For quartz then one of its only benefits is its cron support. If you just want to trigger every X interval, then use camel-timer or camel-scheduler (latter more advanced). And for cron, there is in fact also camel-spring where they have cron support. On Tue, Jan 11, 2022 at 11:50 AM Santiago

Re: camel-quartz is misfiring on startup

2022-01-11 Thread Santiago Acosta
Thanks for the info Karen, but I am sad to say we had to move on to use something else (I think VertX which also has integrations with Camel). I'll keep this close to the chest when the opportunity to use Camel+Quartz comes around again. I'll keep an eye on https://issues.apache.org/jira/browse/CA

Re: camel-quartz is misfiring on startup

2022-01-06 Thread Karen Lease
Hi Santiago, Sorry for the late reply, but it seems no one else picked up on this yet. I think the behavior you see is related to the time between the creation of the job trigger in Quartz and when Camel finishes initializing and the Quartz scheduler is actually started. The initial fire time