Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When using health check then you can have a situation where a route is UP during startup, because the route is started, but the scheduled consumer has not executed a poll yet.
And if that poll then fails, then the status can be DOWN due to the error.
So you can have UP -> DOWN that goes quickly.
Instead we should keep it as DOWN until at least one poll has been executed so we know if that is a success or not.
Attachments
Issue Links
- relates to
-
CAMEL-17839 camel-health - Route health check - allow to configure initial state
- Resolved