Prometheus3375 commented on issue #66726: URL: https://github.com/apache/airflow/issues/66726#issuecomment-4517860673
> because SQLite doesn't handle concurrent writes well, even with WAL mode Are there concurrent write operations when creating a backfill through API? I've got the impression that the API just fails to read db to retrieve newly created backfill. Is this is the case, then it might be worth trying to run `PRAGMA journal_mode=WAL;` when SQLite is created to address the issue. However, if there are concurrent write operations, then nothing can be done on the db level indeed. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
