Hi guys I’m having an issue with dagster database ...
# ask-community
p
Hi guys I’m having an issue with dagster database lock the error itself refers to sqlite (as far as i understand )
Copy code
This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (sqlite3.OperationalError) database is locked
[SQL: UPDATE runs SET last_heartbeat_at=? WHERE runs.id = ?]
[parameters: ('2023-08-08 12:33:08.131572', 5)]
(Background on this error at: <https://sqlalche.me/e/14/e3q8>) (Background on this error at: <https://sqlalche.me/e/14/7s2a>)
but we’re using postgres and all state is there not sure where too look at