Skip to content

master fails when the system is starting for the first time #20

@bladepan

Description

@bladepan

it happens because master is initializing applications, that requires user records to be inserted. Because DB operations are async, the logic of checking existence then insert fails because of concurrent attempts to insert the same record.

Solution: make app initialize one after another

Get around: start master multiple times until no error appears

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions