You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: