squakez commented on issue #3019: URL: https://github.com/apache/camel-k/issues/3019#issuecomment-1209144342
I think the problem with that route is the default value of `cron.active-deadline-seconds` property which is set to 60 seconds. That value will shutdown the route even if the workload is not complete. In order to prevent that, you need to set it to higher value. I've tested and it worked successfully in Camel K > 1.9 versions. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
