We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quartz jobs must start when EF has finished its migrations.
Quartz jobs start before EF initializes its migrations
On a dev env:
The text was updated successfully, but these errors were encountered:
Fix #1206 - Configure database and migrate as soon as possible
193edcd
Fix #1206 - Configure database and migrate as soon as possible (#1213)
9de5cfc
kbeaugrand
Successfully merging a pull request may close this issue.
Expected Behavior
Quartz jobs must start when EF has finished its migrations.
Current Behavior
Quartz jobs start before EF initializes its migrations
Steps to Reproduce
On a dev env:
The text was updated successfully, but these errors were encountered: