https://prefect.io logo
e

Edmondo Porcu

06/28/2023, 12:45 AM
Hello, we are trying to run multiple flows in parallel to submit long running jobs, we get this error:
Copy code
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked
[SQL: INSERT INTO configuration ("key", value, id, created, updated) VALUES (:key, :value, :id, :created, :updated)]
[parameters: {'key': 'ENCRYPTION_KEY', 'value': '{"fernet_key": ""}', 'id': 'd3166c4a-7c74-4b65-abf3-c12870049dfb', 'created': '2023-06-28 00:40:27.657444', 'updated': '2023-06-28 00:40:27.657459'}]
n

nicholas

06/28/2023, 2:24 AM
Hi @Edmondo Porcu - please avoid pasting large stack traces in the main channel and instead put them in threads like this - it helps keeps all of the information for questions/issues in the same place and keeps threads discoverable
2 Views