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

"Applying schema migrations" is being logged too late #418

Closed
Thomas-Gelf opened this issue Oct 3, 2022 · 0 comments
Closed

"Applying schema migrations" is being logged too late #418

Thomas-Gelf opened this issue Oct 3, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@Thomas-Gelf
Copy link
Contributor

Expected Behavior

I expect to read the log message "Applying schema migrations" before the migrations take place

Current Behavior

The log line is being shipped before the operation takes place, but as the migration itself is a blocking operation, the asynchronous log line is being shipped to the parent process, after the migration has been applied.

@Thomas-Gelf Thomas-Gelf added the bug label Oct 3, 2022
@Thomas-Gelf Thomas-Gelf added this to the v1.5.0 milestone Oct 3, 2022
@Thomas-Gelf Thomas-Gelf self-assigned this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant