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

Suboptimal workaround for forking when applying updates. #1785

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

brollb
Copy link
Contributor

@brollb brollb commented Jul 21, 2020

This is a workaround for #1759. Ideally, this issue will be fixed with the approach taken in #1767. However, that exposed a bug in webgme-engine and is currently blocked. As #1759 is blocking #1747 (which in turn is blocking #1694), I am opening this temporary workaround so we don't have 3 different PRs blocked by the webgme-engine issue (webgme/webgme-engine#222).

This PR changes the application of updates to be applied serially. Once the library updates have been applied, it waits a short amount of time to (hopefully) allow the changes to take effect. Then it runs the migrations using the ApplyUpdates plugin.

@brollb brollb merged commit 949811c into master Jul 21, 2020
@brollb brollb deleted the apply-updates-workaround branch July 21, 2020 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant