You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i have issues using SQLAlchemyJobStore, im using flask in app_factory. For some reason, alembic create migrations that deletes the scheduler's table.
Is there any way to add this to alembic ?
Also side question, why is scheduler.start() called with app context. By mistake it did it before 'with app.context' and it still worked.
The text was updated successfully, but these errors were encountered:
Hello, i have issues using SQLAlchemyJobStore, im using flask in app_factory. For some reason, alembic create migrations that deletes the scheduler's table.
Is there any way to add this to alembic ?
Also side question, why is scheduler.start() called with app context. By mistake it did it before 'with app.context' and it still worked.
The text was updated successfully, but these errors were encountered: