EventSaucePHP / BackOff

Sophisticated back-off strategies for retrying operations.

Home Page:https://eventsauce.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use case

dilab opened this issue · comments

Looks interesting, it will be helpful if more explanation of its use case. Is it to handle concurrency issue when commands are executed on the same aggregate?

It is useful for when you consume events and want to handle a consumer with improved resilience. It'll be used for the upcoming outbox package that will ship by default with a back-off strategy.

cool. looking forward to that.