Files
ocis/changelog/1.3.0_2021-03-09/accounts-init-regression.md
Michael Barz 1ca18f4cd2 prepare release 1.3.0
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2021-03-09 16:27:44 +01:00

501 B

Bugfix: Purposely delay accounts service startup

As it turns out the race condition between accounts <-> storage-metadata still remains. This PR is a hotfix, and it should be followed up with a proper fix. Either:

  • block the accounts' initialization until the storage metadata is ready (using the registry) or
  • allow the accounts service to initialize and use a message broker to signal the accounts the metadata storage is ready to receive requests.

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