You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/09 09:33:08 UTC

[GitHub] [camel-k] squakez commented on issue #3019: cron.concurrency-policy does not work correctly

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: commits-unsubscribe@camel.apache.org

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