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
I think best solution will be to add force flag to ignore all checks in this function, or recommend in documentation to run scheduler.scheduler.run instead.
The text was updated successfully, but these errors were encountered:
I'm trying to start scheduler with BlockingScheduler in separate process via CLI command that executes
scheduler.run()
. It exits at this line:https://github.com/viniciuschiele/flask-apscheduler/blob/master/flask_apscheduler/scheduler.py#L96
I think best solution will be to add
force
flag to ignore all checks in this function, or recommend in documentation to runscheduler.scheduler.run
instead.The text was updated successfully, but these errors were encountered: