nicolaferraro opened a new pull request #1197: Add native support for CronJobs URL: https://github.com/apache/camel-k/pull/1197 <!-- Description --> Fix #1182 This add support for cron jobs in the following components: `quartz`, `timer`, `cron`. The cron component can already be used, even if not present in Camel 3.0.x, as long as it is materialized into a CronJob. When `cron` is used and the cron expression is not compatible with Kubernetes CronJobs, it will fallback to using quartz automatically (but this requires Camel 3.1.x to work). Timer and Quartz work oob. When a route is using e.g. `timer:tick?period=1m` it's translated into a cron expression. <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note Periodic integrations are automatically translated into Kubernetes CronJobs ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services