Exception: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 5 database is locked

Nextcloud version: 24.0.5
Installed in Kubernetes cluster using nextcloud Helm
Using SQLite database.
Note: as part of nextcloud helm MariaDB gets installed as well, so not sure why the SQLite is being used by nextcloud

Seeing hundreds of large log messages with Exception on database locked. The log file has increased to over 100MB and the logs could not be loaded in settings->logging

Warning OC\Log\Rotate Log file "/var/www/html/data/nextcloud.log" was over 104857600 bytes, moved to "/var/www/html/data/nextcloud.log.1" 2022-11-17T15:25:00-0800

Is this the first time you’ve seen this error? No
This has been happening since install time.

{"reqId":"Q5pJl2ZefKhlmYv4U3Cs","level":3,"time":"2022-11-03T17:49:12+00:00","remoteAddr":"10.42.82.132","user":"jattind-mbpro","app":"no app in context","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v3/signaling/traxtrdk","message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 5 database is locked","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","version":"24.0.5.1","exception":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 5 database is locked","Code":5,"Trace":[{"file":"/var/www/html/lib/private/DB/QueryBuilder/QueryBuilder.php","line":329,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::","args":[{"__class__":"Doctrine\\DBAL\\Exception\\LockWaitTimeoutException"}]},{"file":"/var/www/html/custom_apps/spreed/lib/Signaling/Messages.php","line":147,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":[]},{"file":"/var/www/html/lib/public/AppFramework/Db/TTransactional.php","line":62,"function":"OCA\\Talk\\Signaling\\{closure}","class":"OCA\\Talk\\Signaling\\Messages","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/custom_apps/spreed/lib/Signaling/Messages.php","line":148,"function":"atomic","class":"OCA\\Talk\\Signaling\\Messages","type":"->","args":[{"__class__":"Closure"},{"__class__":"OC\\DB\\ConnectionAdapter"}]},{"file":"/var/www/html/custom_apps/spreed/lib/Controller/SignalingController.php","line":320,"function":"getAndDeleteMessages","class":"OCA\\Talk\\Signaling\\Messages","type":"->","args":["EgT+HJlr2Uwfv/vwLnfpSd/JnDbABpygciMoHgndwUlZ4f1UUVnGef98ncodPiLNh8b/27JFzGd2h9zBAr811OT3N7KJHyh8a2tPvD3mEW3zaG4DlT/mQLqJVQzw7VlYaEBciZxKc+1g7hzH3oGxPhiY54Jh6osI2o4p7FuIfkE9Dn2eJJrkybFoeCl+F1IwDglRbJkw8LIh79tHHsz2wb6oNNCPwpOeIpRO5BjElosctgqt4JZ1FnDrVAnorB1"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":225,"function":"pullMessages",....

Closed - This was caused due to a configuration issue in the helm where I had left the local DB enabled and had MariaDB. Disabled local DB.