Skip to content

Commit

Permalink
add circuit breakers to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Feb 24, 2021
1 parent 9cb417b commit 7b4ed39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog/unreleased/fix-accounts-service-initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ We inverted this dependency and moved the default initialization data (i.e: crea

For the `storage-metadata` a retry mechanism was added that retries by default 20 times to fetch the `com.owncloud.storage.metadata` from the service registry every `500` miliseconds. If this retry expires the accounts panics, as its dependency on the `storage-metadata` service cannot be resolved.

We also introduced a client wrapper that acts as middleware between a client and a server. For more information on how it works further read [here](https://github.com/sony/gobreaker)

https://github.com/owncloud/ocis/pull/1696

0 comments on commit 7b4ed39

Please sign in to comment.