Closed marlena-b closed 2 months ago
Name | Link |
---|---|
Latest commit | a3abb5a128f75e3c75e4a38026bdf81ada31b42f |
Latest deploy log | https://app.netlify.com/sites/ecommerce-events/deploys/66f686d0bd006a00085e7d35 |
Interesting approach with Infra::Retry, thanks!
Issue: https://github.com/RailsEventStore/ecommerce/issues/43
Before there were infinite retries which could sometimes lead to crashing the app. Now, the number of retries after
RubyEventStore::WrongExpectedEventVersion
error is one.