[
https://issues.apache.org/jira/browse/CAMEL-17427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470703#comment-17470703
]
Michał Ostrowski edited comment on CAMEL-17427 at 1/7/22, 3:43 PM:
-------------------------------------------------------------------
We are using CamelSpringCronService from camel-spring.
was (Author: karbi):
We are yousing CamelSpringCronService from camel-spring.
> Option to restore old behaviour of scheduled consumers healthcheck
> ------------------------------------------------------------------
>
> Key: CAMEL-17427
> URL: https://issues.apache.org/jira/browse/CAMEL-17427
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 3.13.0, 3.14.0
> Reporter: Michał Ostrowski
> Priority: Major
>
> In version 3.13.0 behaviour of scheduled consumers helath checks was changed.
> Consumer is considered DOWN until at least one successful execution -
> CAMEL-17168.
> In case of rarely executed routes (i.e. once a day), consumer could be DOWN
> for several hours. It causes Camel context to be DOWN and in our case whole
> Spring Boot application to be DOWN.
> Our workaround is to disable consumers healthchecks, but it's a shame to give
> up on this nice feature.
> Possible solution would be to add configuration option to enable old health
> logic for specific consumers, or at least on whole context.
> I'm willing to provide patch but I want to discuss optimal solution.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)