Hi Damir, that might be a good thing to add to the scheduler component. There is support for exponential backoff in the RedeliveryPolicy[1] that might fit your use case.
zoran [1] https://github.com/apache/camel/blob/master/camel-core/src/main/docs/eips/dead-letter-channel.adoc#redelivery On Fri, Jun 1, 2018 at 10:58 AM, Damir Murat <[email protected]> wrote: > Hi, > > I'm using backoff support in scheduler component and it works nicely. > However, I'm missing exponential backoff support. Is there any reason (beside > lack of time, of course) it is not there? > I think it would be very useful addition to the scheduler. > > Regards, > Damir Murat > -- Zoran Regvart
