vlingo / xoom-symbio

The VLINGO XOOM platform SDK delivering Reactive storage that is scalable, high-throughput, and resilient for CQRS, Event Sourcing, Key-Value, and Objects used by services and applications.
https://vlingo.io
Mozilla Public License 2.0
40 stars 9 forks source link

Allow to override the default redispatch delay #29

Closed jakzal closed 3 years ago

jakzal commented 3 years ago

When processing big batches of dispatchables it might happen that the default initial delay kicks in too quickly. As a result, the batch that's still being dispatched is dispatched again.

jakzal commented 3 years ago

@VaughnVernon I don't need this to fix the jdbc problem anymore. However, I still think it might be useful to be able to tweak the initial delay in some scenarios, so we could merge this anyway?