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

retry db migrations #1791

Merged
merged 1 commit into from Mar 4, 2024
Merged

retry db migrations #1791

merged 1 commit into from Mar 4, 2024

Commits on Mar 4, 2024

  1. retry db migrations

    In case multiple instances of server are trying to run migration at
    startup, knex lock mechanism can lead to one of the instance migration
    to fail and therefore fail to deploy.
    In order to avoid failed migration because of lock, we wait and retry
    migrations
    TBonnin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1327b82 View commit details
    Browse the repository at this point in the history