DB timeout errors ... unsure if critical
Every here and then I find those entries in the dbfail.out file
They usually won't occur again when the next cron runs. As it is a timeout error can it be seen as solved within the next run? Or is there something concerning in the depths of the hub?
2024-09-12 13:15:20
SELECT workerq_id, workerq_cmd FROM workerq WHERE workerq_reservationid IS NULL ORDER BY workerq_priority DESC, workerq_id ASC LIMIT 1 FOR UPDATE NOWAIT
SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
2024-09-12 13:40:02
SELECT workerq_id FROM workerq WHERE workerq_reservationid IS NOT NULL AND workerq_processtimeout < UTC_TIMESTAMP() FOR UPDATE NOWAIT