-
Notifications
You must be signed in to change notification settings - Fork 60
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
Async Migrations are not run in sequence #89
Comments
In case someone needs quick and dirty way to do this while we wait for the PR to get merged and released (Adjust sleep time as necessary)
|
6 tasks
any news about the pull request to be merged? |
linking here the discussion to bring it to core to bring more attention : meteor/meteor#13648 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's say you have 2 async migrations that needs to be run.
Migration 2 should wait for Migration 1 to be completed to execute.
Since migrate() function is not async and not awaited, this doesn't work
I will work on a PR for this
The text was updated successfully, but these errors were encountered: