eventuous icon indicating copy to clipboard operation
eventuous copied to clipboard

Add basic retries

Open alexeyzimarev opened this issue 2 years ago • 0 comments

There's a package to add retries using Polly to subscriptions (for retrying event handlers). However, we need more places with retries, and there's no need for complex policies that Polly supports.

The idea is to add some basic retry mechanism to the core project, so it can be used in, for example, AggregateStore that will retry reads and writes for transient store errors.

alexeyzimarev avatar Apr 13 '22 07:04 alexeyzimarev