Connor Ashcroft
04/16/2024, 5:37 PMMarvin
04/16/2024, 5:37 PMConnor Ashcroft
04/16/2024, 5:40 PMMarvin
04/16/2024, 5:40 PMI have postgres disabled but it still functions. and the server pod logs say this.sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked [SQL: INSERT INTO worker (name, last_heartbeat_time, heartbeat_interval_seconds, work_pool_id, id, created, updated) VALUES (:name, :last_heartbeat_time, :heartbeat_interval_seconds, :work_pool_id, :id, :created, :updated) ON CONFLICT (work_pool_id, name) DO UPDATE SET last_heartbeat_time = :param_1, heartbeat_interval_seconds = :param_2] [parameters: {'name': 'KubernetesWorker e5379db5-146a-431b-9b0a-73441228a333', 'last_heartbeat_time': '2024-04-16 170716.657543', 'heartbeat_interval_seconds': 30, 'work_pool_id': '78aeb4d2-6313-4fe2-8dc0-47ade2b3b206', 'id': '909299c0-71c0-4d83-9094-348d525fda7a', 'created': '2024-04-16 170716.658176', 'updated': '2024-04-16 170716.658184', 'param_1': '2024-04
Connor Ashcroft
04/16/2024, 5:41 PMNate
04/16/2024, 5:58 PMdatabase is lockedout of curiosity, why don't you want postgres for your server on k8s?
Connor Ashcroft
04/16/2024, 7:15 PM