You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/25 11:38:38 UTC

[GitHub] [airflow] ashb commented on issue #12290: Got a sqlite3.OperationalError while runing airflow scheduler

ashb commented on issue #12290:
URL: https://github.com/apache/airflow/issues/12290#issuecomment-785832386


   SQLite is not recommended for anything beyond simple use cases.
   
   Airflow 2.0.0 has changed the parsing process so that paused dags should not cause this behaviour any more.
   
   Please upgrade and let us know if this problem persists. I'm going to close out this issue in the mean time, as I believe it is fixed by using a production suitable DB (postgres or mysql 8+ for instance).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org