mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
501 B
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.