Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip DB check in helpers when main process is running #1291

Merged
merged 3 commits into from
Sep 16, 2020

Commits on Sep 7, 2020

  1. Skip DB check in helpers when main process is running

    The DB check runs create_tables.  Helper processes (--get-users etc) can safely
    skip the check when the main process is running, because the main process has
    done the check.  This avoids deadlock.
    mattmundell committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1469d49 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    mattmundell committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a484ac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    0d6a0ba View commit details
    Browse the repository at this point in the history