You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2017/08/07 07:13:00 UTC

[jira] [Commented] (CAMEL-11587) Backoff - Add option for initial delay

    [ https://issues.apache.org/jira/browse/CAMEL-11587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116174#comment-16116174 ] 

Luca Burgazzoli commented on CAMEL-11587:
-----------------------------------------

Do you mean to have a delay to start routes some time after the context has been started ?

> 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
>            Assignee: Luca Burgazzoli
>              Labels: route-controller
>             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)