lsergio commented on issue #5088:
URL: https://github.com/apache/camel-k/issues/5088#issuecomment-1908706695

   @gansheer My goal is to run the integration every minute.
   
   The main point here is that it works on jvm mode, where the scheduling is 
done with a CronJob, which accepts the 5-character pattern. The application in 
this doesn't deal with the scheduling, so we're not actually Quartz Scheduling.
     
   When I use native mode, though, the behavior changes.  The CronJob is 
created, but the application is also interpreting the cron pattern, which it 
shouldn't imho, as scheduling is done at the CronJob level.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to