davsclaus opened a new issue #2439: URL: https://github.com/apache/camel-k/issues/2439
See chat https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Cron.20and.20duration.20max.20messages pkg/trait/cron.go: e.ApplicationProperties["camel.main.duration-max-messages"] = "1" Should be pkg/trait/cron.go: e.ApplicationProperties["camel.main.duration-max-idle-seconds"] = "5" -- 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: [email protected]
