im getting deadlock errors
SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (Connection: mysql, SQL: select * from `jobs` where `queue` = default and ((`reserved_at` is null and `available_at` <= 1682060405) or (`reserved_at` <= 1682060315)) order by `id` asc limit 1 for update)
it is always on jobs table and it is seemingly random it doesnt happen every hour it happens few times per day and every day in different hours
i dont even know where to start debugging it clearly indicates that something is wrong with queue but i dont know what there is only 1 job which is processed hourly and that job is to take few models and send them to meilisearch with scout and since it is not always failing (it fails less than half of hours daily sometimes as low as 1 or 2) so also its pretty clear that the job itself is not necessarily cause of issue