Skip to content

Wait for redis settings server to be started at beacon start

Lucas Felix requested to merge wait-redis-settings-server-start into master

The beacon server was not waiting for the settings DB to be started.

Because of Redis new .rdb format, it happens Redis refuse to start because incompatible version, but the exception shows up later and is not clear.

Now the beacon server stops early.

Merge request reports