Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions