Claus Ibsen created CAMEL-11587:
-----------------------------------
Summary: Backoff - Add option for initial delay
Key: CAMEL-11587
URL: https://issues.apache.org/jira/browse/CAMEL-11587
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 2.20.0
So you can set an initial delay, so the routes are not started asap.
For example
{code}
camel.supervising.controller.routes.undertow.back-off.initial-delay = 10s
camel.supervising.controller.routes.undertow.back-off.delay = 20s
camel.supervising.controller.routes.undertow.back-off.max-attempts = 3
{code}
Then the first start is initially started after 10 seconds.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)