Skip to content

Commit

Permalink
Update of the bootstrap properties because of CAMEL-20243
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek authored and jamesnetherton committed Feb 17, 2024
1 parent c03af21 commit d6dd5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions health/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ camel.main.bean-introspection-extended-statistics=true
camel.main.bean-introspection-logging-level=INFO

# enable supervised route controller which will startup routes in safe manner
camel.main.route-controller-supervise-enabled = true
camel.routeController.enabled = true
# attempt up till 10 times to start a route (and exhaust if still failing)
# when a route is exhausted then its taken out as being supervised and
# will not take part of health-check either (UNKNOWN state)
camel.main.route-controller-back-off-max-attempts = 10
camel.routeController.back-off-max-attempts = 10
# when starting a route (and restarts) fails all attempts
# then we can control whether the route should be influence the health-check
# and report the route as either UNKNOWN or DOWN. Setting this option to true
# will report it as DOWN otherwise its UNKNOWN
#camel.main.route-controller-unhealthy-on-exhausted = true
#camel.routeController.unhealthy-on-exhausted = true

# enable health check (is automatic enabled if discovered on classpath)
# global flag to enable/disable
Expand Down

0 comments on commit d6dd5aa

Please sign in to comment.